diff options
author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-10-20 20:49:45 +0000 |
---|---|---|
committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-10-20 20:49:45 +0000 |
commit | 8e62d6ce143e9136b37ef901a5ef8867a4d5abbb (patch) | |
tree | 7f127bf0a5a968d0135c6797e073d1537b175fa0 /classattributes/compiler/globals.pas | |
parent | d70be1f8f94272c76e925821ca5972526cfd3f82 (diff) | |
download | fpc-joost.tar.gz |
* Allow rtti-attributes only when the modeswitch prefixedattributes is setjoost
* Set the prefixedattributes by default in mode delphi
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/joost@25838 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'classattributes/compiler/globals.pas')
-rw-r--r-- | classattributes/compiler/globals.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classattributes/compiler/globals.pas b/classattributes/compiler/globals.pas index c0fffb3e73..f8a0724746 100644 --- a/classattributes/compiler/globals.pas +++ b/classattributes/compiler/globals.pas @@ -52,7 +52,7 @@ interface [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_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_prefixed_attributes]; delphiunicodemodeswitches = delphimodeswitches + [m_systemcodepage,m_default_unicodestring]; fpcmodeswitches = [m_fpc,m_all,m_string_pchar,m_nested_comment,m_repeat_forward, |