From a47e4fb345fc1edb8ba574efc491601d51be517a Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 30 Nov 2002 00:34:20 +0000 Subject: [PATCH] * remove double in delphimodeswitches to allow compilation with -Cr option --- compiler/globals.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/globals.pas b/compiler/globals.pas index bab7c2e57d..0284d9040a 100644 --- a/compiler/globals.pas +++ b/compiler/globals.pas @@ -61,7 +61,7 @@ interface delphimodeswitches : tmodeswitches= [m_delphi,m_all,m_class,m_objpas,m_result,m_string_pchar, m_pointer_2_procedure,m_autoderef,m_tp_procvar,m_initfinal,m_default_ansistring, - m_out,m_default_para,m_hintdirective,m_duplicate_names,m_hintdirective]; + m_out,m_default_para,m_hintdirective,m_duplicate_names]; fpcmodeswitches : tmodeswitches= [m_fpc,m_all,m_string_pchar,m_nested_comment,m_repeat_forward, m_cvar_support,m_initfinal,m_add_pointer,m_hintdirective]; @@ -1516,7 +1516,10 @@ implementation end. { $Log$ - Revision 1.72 2002-11-29 22:31:19 carl + Revision 1.73 2002-11-30 00:34:20 pierre + * remove double in delphimodeswitches to allow compilation with -Cr option + + Revision 1.72 2002/11/29 22:31:19 carl + unimplemented hint directive added * hint directive parsing implemented * warning on these directives