mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:10:54 +01:00
* enabled nested procvars by default for ISO Pascal mode
git-svn-id: trunk@15695 -
This commit is contained in:
parent
57bd6d2685
commit
d948ed083d
@ -70,7 +70,7 @@ interface
|
||||
macmodeswitches =
|
||||
[m_mac,m_all,m_result,m_cvar_support,m_mac_procvar,m_nested_procvars];
|
||||
isomodeswitches =
|
||||
[m_iso,m_all,m_tp_procvar,m_duplicate_names];
|
||||
[m_iso,m_all,m_tp_procvar,m_duplicate_names,m_nested_procvars];
|
||||
|
||||
{ maximum nesting of routines }
|
||||
maxnesting = 32;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user