From 295c4e4ce12525e47980af9313c87d015036be4a Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 2 Dec 1999 11:28:27 +0000 Subject: [PATCH] * moved verbose to implementation uses --- compiler/symtable.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiler/symtable.pas b/compiler/symtable.pas index 06b3fe9edd..e980c9c106 100644 --- a/compiler/symtable.pas +++ b/compiler/symtable.pas @@ -33,7 +33,7 @@ unit symtable; {$endif Delphi} {$endif} strings,cobjects, - globtype,globals,tokens,systems,verbose, + globtype,globals,tokens,systems, symconst, aasm ,cpubase @@ -472,7 +472,7 @@ unit symtable; implementation uses - version, + version,verbose, types,ppu, gendef,files ,tree @@ -2791,7 +2791,10 @@ implementation end. { $Log$ - Revision 1.69 1999-12-01 22:32:35 pierre + Revision 1.70 1999-12-02 11:28:27 peter + * moved verbose to implementation uses + + Revision 1.69 1999/12/01 22:32:35 pierre * give info of original duplicated symbol more often Revision 1.68 1999/11/30 10:40:56 peter