瀏覽代碼

* fixed double unit usage

Jonas Maebe 22 年之前
父節點
當前提交
7128b3fdd2
共有 2 個文件被更改,包括 10 次插入4 次删除
  1. 5 2
      compiler/i386/csopt386.pas
  2. 5 2
      compiler/i386/daopt386.pas

+ 5 - 2
compiler/i386/csopt386.pas

@@ -41,7 +41,7 @@ implementation
 
 uses
   {$ifdef replaceregdebug}cutils,{$endif}
-  globtype, verbose, cgbase, procinfo, globals, daopt386, rgobj, rropt386;
+  globtype, verbose, procinfo, globals, daopt386, rgobj, rropt386;
 
 {
 function TaiInSequence(P: tai; Const Seq: TContent): Boolean;
@@ -2095,7 +2095,10 @@ end.
 
 {
   $Log$
-  Revision 1.50  2003-11-22 00:40:19  jonas
+  Revision 1.51  2003-11-22 13:10:32  jonas
+    * fixed double unit usage
+
+  Revision 1.50  2003/11/22 00:40:19  jonas
     * fixed optimiser so it compiles again
     * fixed several bugs which were in there already for a long time, but
       which only popped up now :) -O2/-O3 will now optimise less than in

+ 5 - 2
compiler/i386/daopt386.pas

@@ -247,7 +247,7 @@ var
 Implementation
 
 Uses
-  globals, systems, verbose, cgbase, symconst, symsym, cgobj,
+  globals, systems, verbose, symconst, symsym, cgobj,
    rgobj, procinfo;
 
 Type
@@ -2705,7 +2705,10 @@ end.
 
 {
   $Log$
-  Revision 1.54  2003-11-22 00:40:19  jonas
+  Revision 1.55  2003-11-22 13:10:32  jonas
+    * fixed double unit usage
+
+  Revision 1.54  2003/11/22 00:40:19  jonas
     * fixed optimiser so it compiles again
     * fixed several bugs which were in there already for a long time, but
       which only popped up now :) -O2/-O3 will now optimise less than in