* also count references to relsymbols

git-svn-id: trunk@8654 -
This commit is contained in:
Jonas Maebe 2007-09-26 20:31:41 +00:00
parent b103605bc3
commit 7e5e13223e

View File

@ -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;