mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* always add a generic dummy if it is a procsym
git-svn-id: trunk@47996 -
This commit is contained in:
parent
d854d18bd9
commit
9179f9d43b
@ -1790,8 +1790,7 @@ 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
|
||||
else if sym.typ=procsym then
|
||||
srsym:=sym
|
||||
else
|
||||
{ dummy symbol is already not so dummy anymore }
|
||||
|
Loading…
Reference in New Issue
Block a user