فهرست منبع

* enabled nested procvars by default for ISO Pascal mode

git-svn-id: trunk@15695 -
Jonas Maebe 15 سال پیش
والد
کامیت
d948ed083d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -70,7 +70,7 @@ interface
        macmodeswitches =
        macmodeswitches =
          [m_mac,m_all,m_result,m_cvar_support,m_mac_procvar,m_nested_procvars];
          [m_mac,m_all,m_result,m_cvar_support,m_mac_procvar,m_nested_procvars];
        isomodeswitches =
        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 }
        { maximum nesting of routines }
        maxnesting = 32;
        maxnesting = 32;