소스 검색

+ show whether a procdef is far in tprocvardef.GetTypeName

git-svn-id: trunk@38599 -
nickysn 7 년 전
부모
커밋
7a7e09982b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/symdef.pas

+ 2 - 0
compiler/symdef.pas

@@ -6530,6 +6530,8 @@ implementation
            s := s+' of object';
          if is_nested_pd(self) then
            s := s+' is nested';
+         if po_far in procoptions then
+           s := s+';far';
          GetTypeName := s+';'+ProcCallOptionStr[proccalloption]+'>';
       end;