mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 12:29:15 +02:00
* if the generic dummy symbol is a procsym (with procdefs added) then this is the symbol that should be resolved to
git-svn-id: trunk@39232 -
This commit is contained in:
parent
8423fd7632
commit
598ac21791
@ -1533,6 +1533,9 @@ uses
|
||||
if not searchsym_with_flags(sym.name,srsym,srsymtable,[ssf_no_addsymref]) then
|
||||
srsym:=nil;
|
||||
end
|
||||
else if (sym.typ=procsym) and
|
||||
(tprocsym(sym).procdeflist.count>0) then
|
||||
srsym:=sym
|
||||
else
|
||||
{ dummy symbol is already not so dummy anymore }
|
||||
srsym:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user