mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:30:44 +01:00
* moved message to msg file
This commit is contained in:
parent
5540304b85
commit
7fcb3154d6
@ -1187,7 +1187,7 @@ if modulename^='NCGUTIL' then
|
||||
is nothing to resolve }
|
||||
if interface_compiled then
|
||||
begin
|
||||
Comment(V_Used,'Re-resolving unit');
|
||||
Message1(unit_u_reresolving_unit,modulename^);
|
||||
aktglobalsymtable:=tstoredsymtable(globalsymtable);
|
||||
tstoredsymtable(globalsymtable).deref;
|
||||
tstoredsymtable(globalsymtable).derefimpl;
|
||||
@ -1199,7 +1199,7 @@ if modulename^='NCGUTIL' then
|
||||
end;
|
||||
end
|
||||
else
|
||||
Comment(V_Used,'Skipping re-resolving, still loading used units');
|
||||
Message1(unit_u_skipping_reresolving_unit,modulename^);
|
||||
do_load:=false;
|
||||
end;
|
||||
end;
|
||||
@ -1412,7 +1412,10 @@ if modulename^='NCGUTIL' then
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.36 2003-06-07 20:26:32 peter
|
||||
Revision 1.37 2003-06-08 11:40:14 peter
|
||||
* moved message to msg file
|
||||
|
||||
Revision 1.36 2003/06/07 20:26:32 peter
|
||||
* re-resolving added instead of reloading from ppu
|
||||
* tderef object added to store deref info for resolving
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user