diff --git a/compiler/globals.pas b/compiler/globals.pas index 179bbb997e..37fef4ab18 100644 --- a/compiler/globals.pas +++ b/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 }