Browse Source

+ change unit use

carl 23 years ago
parent
commit
c00a004c98
1 changed files with 7 additions and 3 deletions
  1. 7 3
      compiler/symsym.pas

+ 7 - 3
compiler/symsym.pas

@@ -35,7 +35,8 @@ interface
        { ppu }
        { ppu }
        ppu,symppu,
        ppu,symppu,
        { aasm }
        { aasm }
-       aasm,cpubase
+       aasm,cpubase,
+       globals
        ;
        ;
 
 
     type
     type
@@ -351,7 +352,7 @@ implementation
        strings,
        strings,
 {$endif Delphi}
 {$endif Delphi}
        { global }
        { global }
-       globtype,globals,verbose,
+       globtype,verbose,
        { target }
        { target }
        systems,
        systems,
        { symtable }
        { symtable }
@@ -2513,7 +2514,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.31  2002-02-03 09:30:04  peter
+  Revision 1.32  2002-04-07 13:37:29  carl
+  + change unit use
+
+  Revision 1.31  2002/02/03 09:30:04  peter
     * more fixes for protected handling
     * more fixes for protected handling
 
 
   Revision 1.30  2001/12/31 16:59:43  peter
   Revision 1.30  2001/12/31 16:59:43  peter