mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
* functionname without () is a recursive call in Miso. Mantis #24309, though
that remains open for the documentation. git-svn-id: trunk@24303 -
This commit is contained in:
parent
96da57ee95
commit
8b411a549c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user