mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
+ show whether a procdef is far in tprocvardef.GetTypeName
git-svn-id: trunk@38599 -
This commit is contained in:
parent
b0aeacf61b
commit
7a7e09982b
@ -6530,6 +6530,8 @@ implementation
|
|||||||
s := s+' of object';
|
s := s+' of object';
|
||||||
if is_nested_pd(self) then
|
if is_nested_pd(self) then
|
||||||
s := s+' is nested';
|
s := s+' is nested';
|
||||||
|
if po_far in procoptions then
|
||||||
|
s := s+';far';
|
||||||
GetTypeName := s+';'+ProcCallOptionStr[proccalloption]+'>';
|
GetTypeName := s+';'+ProcCallOptionStr[proccalloption]+'>';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user