浏览代码

* fixed wrong commit from yesterday

florian 21 年之前
父节点
当前提交
8aacc9fb7e
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      compiler/aggas.pas

+ 7 - 3
compiler/aggas.pas

@@ -29,8 +29,9 @@ unit aggas;
 interface
 interface
 
 
     uses
     uses
+      dos,
       cclasses,
       cclasses,
-      globals,
+      globals,      
       aasmbase,aasmtai,aasmcpu,
       aasmbase,aasmtai,aasmcpu,
       assemble;
       assemble;
 
 
@@ -877,7 +878,10 @@ var
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.50  2004-04-25 21:26:16  florian
+  Revision 1.51  2004-04-27 13:38:24  florian
+    * fixed wrong commit from yesterday
+
+  Revision 1.50  2004/04/25 21:26:16  florian
     * some m68k stuff fixed
     * some m68k stuff fixed
 
 
   Revision 1.49  2004/04/12 18:59:32  florian
   Revision 1.49  2004/04/12 18:59:32  florian
@@ -1082,4 +1086,4 @@ end.
   Revision 1.1  2002/04/14 16:51:54  carl
   Revision 1.1  2002/04/14 16:51:54  carl
   + basic GNU assembler writer class
   + basic GNU assembler writer class
 
 
-}
+}