소스 검색

* functionname without () is a recursive call in Miso. Mantis #24309, though
that remains open for the documentation.

git-svn-id: trunk@24303 -

marco 12 년 전
부모
커밋
8b411a549c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/pexpr.pas

+ 1 - 1
compiler/pexpr.pas

@@ -2487,7 +2487,7 @@ implementation
               (
                (token=_LKLAMMER) or
                (
-                (([m_tp7,m_delphi,m_mac] * current_settings.modeswitches) <> []) and
+                (([m_tp7,m_delphi,m_mac,m_iso] * current_settings.modeswitches) <> []) and
                 (afterassignment or in_args)
                )
               ) then