mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* the symbol of the interface wrapper function needs to be considered as referenced as well
git-svn-id: trunk@43545 -
This commit is contained in:
parent
0a915e883e
commit
4b3ce0c023
@ -548,6 +548,7 @@ implementation
|
|||||||
MessagePos2(implprocdef.fileinfo,type_w_interface_lower_visibility,proc.fullprocname(false),implprocdef.fullprocname(false));
|
MessagePos2(implprocdef.fileinfo,type_w_interface_lower_visibility,proc.fullprocname(false),implprocdef.fullprocname(false));
|
||||||
{$endif}
|
{$endif}
|
||||||
result:=implprocdef;
|
result:=implprocdef;
|
||||||
|
addsymref(result.procsym,result);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user