mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
- non used units removed from uses clause
This commit is contained in:
parent
a15c1adde1
commit
e94e497653
@ -101,8 +101,8 @@ implementation
|
|||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
globtype,systems,
|
globtype,systems,
|
||||||
cutils,verbose,globals,
|
cutils,verbose,globals,
|
||||||
symconst,symtype,symdef,symsym,symtable,defutil,paramgr,
|
symconst,symdef,symsym,symtable,defutil,paramgr,
|
||||||
aasmbase,aasmtai,aasmcpu,
|
aasmbase,aasmtai,
|
||||||
cginfo,cgbase,pass_2,
|
cginfo,cgbase,pass_2,
|
||||||
pass_1,nld,ncon,nadd,
|
pass_1,nld,ncon,nadd,
|
||||||
cgobj,tgobj,rgobj,ncgutil,symbase
|
cgobj,tgobj,rgobj,ncgutil,symbase
|
||||||
@ -946,7 +946,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.49 2003-04-27 11:21:33 peter
|
Revision 1.50 2003-05-07 09:16:23 mazen
|
||||||
|
- non used units removed from uses clause
|
||||||
|
|
||||||
|
Revision 1.49 2003/04/27 11:21:33 peter
|
||||||
* aktprocdef renamed to current_procdef
|
* aktprocdef renamed to current_procdef
|
||||||
* procinfo renamed to current_procinfo
|
* procinfo renamed to current_procinfo
|
||||||
* procinfo will now be stored in current_module so it can be
|
* procinfo will now be stored in current_module so it can be
|
||||||
|
Loading…
Reference in New Issue
Block a user