mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 22:09:28 +01:00
* also count references to relsymbols
git-svn-id: trunk@8654 -
This commit is contained in:
parent
b103605bc3
commit
7e5e13223e
@ -1981,6 +1981,8 @@ implementation
|
||||
{ mark symbol as used }
|
||||
if assigned(ref^.symbol) then
|
||||
ref^.symbol.increfs;
|
||||
if assigned(ref^.relsymbol) then
|
||||
ref^.relsymbol.increfs;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user