From 8b411a549cb84f3ecaa007774133647182d019fd Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 22 Apr 2013 17:45:14 +0000 Subject: [PATCH] * functionname without () is a recursive call in Miso. Mantis #24309, though that remains open for the documentation. git-svn-id: trunk@24303 - --- compiler/pexpr.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pexpr.pas b/compiler/pexpr.pas index 14299c3fd3..cc3fe1c4d3 100644 --- a/compiler/pexpr.pas +++ b/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