Explorar o código

+ show whether a procedure or function is far in tprocdef.customprocname

git-svn-id: trunk@38725 -
nickysn %!s(int64=7) %!d(string=hai) anos
pai
achega
55386ba547
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/symdef.pas

+ 2 - 0
compiler/symdef.pas

@@ -5852,6 +5852,8 @@ implementation
         else if po_is_block in procoptions then
           s:=s+' is block';
         s:=s+';';
+        if po_far in procoptions then
+          s:=s+' far;';
         { forced calling convention? }
         if (po_hascallingconvention in procoptions) then
           s:=s+' '+ProcCallOptionStr[proccalloption]+';';