소스 검색

Merged revisions 1476 via svnmerge from
http://[email protected]/svn/fpc/trunk

r1476 (peter)
* allow also procvar calls with a postfix operation after a calln

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

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

+ 1 - 1
compiler/nutils.pas

@@ -243,7 +243,7 @@ implementation
           end;
         until false;
         { a tempref is used when it is loaded from a withsymtable }
-        if (hp.nodetype in [loadn,temprefn]) then
+        if (hp.nodetype in [calln,loadn,temprefn]) then
           begin
             hp:=ccallnode.create_procvar(nil,p1);
             resulttypepass(hp);