mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:11:23 +02:00
* missing import_name flag
git-svn-id: trunk@3256 -
This commit is contained in:
parent
ce58e15393
commit
d858a419c8
@ -1477,7 +1477,10 @@ begin
|
|||||||
end;
|
end;
|
||||||
{ default is to used the realname of the procedure }
|
{ default is to used the realname of the procedure }
|
||||||
if (import_nr=0) and not assigned(import_name) then
|
if (import_nr=0) and not assigned(import_name) then
|
||||||
import_name:=stringdup(procsym.realname);
|
begin
|
||||||
|
import_name:=stringdup(procsym.realname);
|
||||||
|
include(procoptions,po_has_importname);
|
||||||
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user