mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 23:49:44 +02:00
- disabled {$modeswitch result} for macpas mode by default (mantis #17382)
git-svn-id: trunk@16117 -
This commit is contained in:
parent
4b4f10b9e8
commit
15846bf3d1
@ -68,7 +68,7 @@ interface
|
|||||||
[m_gpc,m_all,m_tp_procvar];
|
[m_gpc,m_all,m_tp_procvar];
|
||||||
{$endif}
|
{$endif}
|
||||||
macmodeswitches =
|
macmodeswitches =
|
||||||
[m_mac,m_all,m_result,m_cvar_support,m_mac_procvar,m_nested_procvars];
|
[m_mac,m_all,m_cvar_support,m_mac_procvar,m_nested_procvars];
|
||||||
isomodeswitches =
|
isomodeswitches =
|
||||||
[m_iso,m_all,m_tp_procvar,m_duplicate_names,m_nested_procvars];
|
[m_iso,m_all,m_tp_procvar,m_duplicate_names,m_nested_procvars];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user