mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 10:39:37 +02:00
* Fixed compilation.
git-svn-id: trunk@9094 -
This commit is contained in:
parent
afe993756d
commit
40c3092b99
@ -1470,7 +1470,7 @@ implementation
|
||||
hp:=texported_item(current_module._exports.first);
|
||||
while assigned(hp) do
|
||||
begin
|
||||
current_module.AddExternalImport(current_module.realmodulename^,hp.name^,hp.index,hp.is_var);
|
||||
current_module.AddExternalImport(current_module.realmodulename^,hp.name^,hp.index,hp.is_var,false);
|
||||
hp:=texported_item(hp.next);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user