mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
+ show whether a procedure or function is far in tprocdef.customprocname
git-svn-id: trunk@38725 -
This commit is contained in:
parent
ef341e4b1c
commit
55386ba547
@ -5852,6 +5852,8 @@ implementation
|
|||||||
else if po_is_block in procoptions then
|
else if po_is_block in procoptions then
|
||||||
s:=s+' is block';
|
s:=s+' is block';
|
||||||
s:=s+';';
|
s:=s+';';
|
||||||
|
if po_far in procoptions then
|
||||||
|
s:=s+' far;';
|
||||||
{ forced calling convention? }
|
{ forced calling convention? }
|
||||||
if (po_hascallingconvention in procoptions) then
|
if (po_hascallingconvention in procoptions) then
|
||||||
s:=s+' '+ProcCallOptionStr[proccalloption]+';';
|
s:=s+' '+ProcCallOptionStr[proccalloption]+';';
|
||||||
|
Loading…
Reference in New Issue
Block a user