* moved verbose to implementation uses

This commit is contained in:
peter 1999-12-02 11:28:27 +00:00
parent ad2b1fb278
commit 295c4e4ce1

View File

@ -33,7 +33,7 @@ unit symtable;
{$endif Delphi} {$endif Delphi}
{$endif} {$endif}
strings,cobjects, strings,cobjects,
globtype,globals,tokens,systems,verbose, globtype,globals,tokens,systems,
symconst, symconst,
aasm aasm
,cpubase ,cpubase
@ -472,7 +472,7 @@ unit symtable;
implementation implementation
uses uses
version, version,verbose,
types,ppu, types,ppu,
gendef,files gendef,files
,tree ,tree
@ -2791,7 +2791,10 @@ implementation
end. end.
{ {
$Log$ $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 * give info of original duplicated symbol more often
Revision 1.68 1999/11/30 10:40:56 peter Revision 1.68 1999/11/30 10:40:56 peter