소스 검색

Merged revisions 699 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@723 -

peter 20 년 전
부모
커밋
4348e80c10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ncal.pas

+ 1 - 1
compiler/ncal.pas

@@ -2236,7 +2236,7 @@ type
           addstatement(createstatement,funcretnode.getcopy);
         { consider it must not be inlined if called
           again inside the args or itself }
-        procdefinition.proccalloption:=pocall_default;
+        exclude(procdefinition.procoptions,po_inline);
         firstpass(createblock);
         include(procdefinition.procoptions,po_inline);
         { return inlined block }