|
@@ -2046,7 +2046,9 @@ var
|
|
|
begin
|
|
|
{ When we don't have any data stored yet there
|
|
|
is nothing to resolve }
|
|
|
- if interface_compiled then
|
|
|
+ if interface_compiled and
|
|
|
+ { it makes no sense to re-resolve the unit if it is already finally compiled }
|
|
|
+ not(state=ms_compiled) then
|
|
|
begin
|
|
|
Message1(unit_u_reresolving_unit,modulename^);
|
|
|
tstoredsymtable(globalsymtable).deref(false);
|