Browse Source

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

git-svn-id: trunk@24303 -

marco 12 years ago
parent
commit
8b411a549c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pexpr.pas

+ 1 - 1
compiler/pexpr.pas

@@ -2487,7 +2487,7 @@ implementation
               (
               (
                (token=_LKLAMMER) or
                (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)
                 (afterassignment or in_args)
                )
                )
               ) then
               ) then