mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 15:29:16 +02:00
* agppcmpw.getopstr: always access RTOC symbols as [TC](RTOC) instead of only (RTOC)
git-svn-id: trunk@36885 -
This commit is contained in:
parent
4c71fb9e28
commit
3fd68bf59c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user