瀏覽代碼

* Use FixFilename for specified unit sourcefile in uses

peter 22 年之前
父節點
當前提交
abbbc7443d
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/pmodules.pas

+ 5 - 2
compiler/pmodules.pas

@@ -550,7 +550,7 @@ implementation
            if not(m_tp7 in aktmodeswitches) then
             begin
               if try_to_consume(_OP_IN) then
-               fn:=get_stringconst
+               fn:=FixFileName(get_stringconst)
               else
                fn:='';
             end;
@@ -1455,7 +1455,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.86  2002-12-06 16:56:58  peter
+  Revision 1.87  2002-12-24 23:32:56  peter
+    * Use FixFilename for specified unit sourcefile in uses
+
+  Revision 1.86  2002/12/06 16:56:58  peter
     * only compile cs_fp_emulation support when cpufpuemu is defined
     * define cpufpuemu for m68k only