* agppcmpw.getopstr: always access RTOC symbols as [TC](RTOC) instead of only (RTOC)

git-svn-id: trunk@36885 -
This commit is contained in:
svenbarth 2017-08-12 15:25:00 +00:00
parent 4c71fb9e28
commit 3fd68bf59c

View File

@ -275,9 +275,7 @@ interface
internalerror(2011122701);
hs:=o.ref^.symbol.name;
ReplaceForbiddenChars(hs);
if o.ref^.symbol.bind=AB_EXTERNAL then
hs:=hs+'[TC]';
hs:=hs+'(RTOC)';
hs:=hs+'[TC](RTOC)';
getopstr:=hs;
end
else