소스 검색

Merged revisions 382 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@383 -

Jonas Maebe 20 년 전
부모
커밋
ce25c317bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -65,7 +65,7 @@ interface
        gpcmodeswitches    : tmodeswitches=
          [m_gpc,m_all,m_tp_procvar];
        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 }