浏览代码

* removed m_repeat_forward for macpas mode

git-svn-id: trunk@382 -
Jonas Maebe 20 年之前
父节点
当前提交
ad86df3b6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -65,7 +65,7 @@ interface
        gpcmodeswitches    : tmodeswitches=
        gpcmodeswitches    : tmodeswitches=
          [m_gpc,m_all,m_tp_procvar];
          [m_gpc,m_all,m_tp_procvar];
        macmodeswitches : tmodeswitches=
        macmodeswitches : tmodeswitches=
-         [m_mac,m_all,m_result,m_repeat_forward,m_cvar_support,m_tp_procvar];
+         [m_mac,m_all,m_result,m_cvar_support,m_tp_procvar];
 
 
 
 
        { maximum number of locals in bytes before warning is emitted }
        { maximum number of locals in bytes before warning is emitted }