mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:59:08 +02:00
Fix for Mantis #26022.
globals.pas: * enable type helpers by default for mode Delphi and DelphiUnicode git-svn-id: trunk@29173 -
This commit is contained in:
parent
fa1bc0757d
commit
9f138fd659
@ -51,7 +51,7 @@ interface
|
|||||||
[m_delphi,m_class,m_objpas,m_result,m_string_pchar,
|
[m_delphi,m_class,m_objpas,m_result,m_string_pchar,
|
||||||
m_pointer_2_procedure,m_autoderef,m_tp_procvar,m_initfinal,m_default_ansistring,
|
m_pointer_2_procedure,m_autoderef,m_tp_procvar,m_initfinal,m_default_ansistring,
|
||||||
m_out,m_default_para,m_duplicate_names,m_hintdirective,
|
m_out,m_default_para,m_duplicate_names,m_hintdirective,
|
||||||
m_property,m_default_inline,m_except,m_advanced_records];
|
m_property,m_default_inline,m_except,m_advanced_records,m_type_helpers];
|
||||||
delphiunicodemodeswitches = delphimodeswitches + [m_systemcodepage,m_default_unicodestring];
|
delphiunicodemodeswitches = delphimodeswitches + [m_systemcodepage,m_default_unicodestring];
|
||||||
fpcmodeswitches =
|
fpcmodeswitches =
|
||||||
[m_fpc,m_string_pchar,m_nested_comment,m_repeat_forward,
|
[m_fpc,m_string_pchar,m_nested_comment,m_repeat_forward,
|
||||||
|
Loading…
Reference in New Issue
Block a user