codetools: added modeswitch objectivec2

git-svn-id: trunk@26221 -
This commit is contained in:
mattias 2010-06-21 07:01:57 +00:00
parent ec0d005b0e
commit c36728ab23

View File

@ -147,7 +147,8 @@ type
cmsProperty,
cmsDefault_inline,
cmsExcept,
cmsObjectiveC1
cmsObjectiveC1,
cmsObjectiveC2
);
TPascalCompiler = (pcFPC, pcDelphi);
@ -520,7 +521,7 @@ const
'POINTERTOPROCVAR', 'AUTODEREF', 'INITFINAL', 'POINTERARITHMETICS',
'ANSISTRINGS', 'OUT', 'DEFAULTPARAMETERS', 'HINTDIRECTIVE',
'DUPLICATELOCALS', 'PROPERTIES', 'ALLOWINLINE', 'EXCEPTIONS',
'OBJECTIVEC1');
'OBJECTIVEC1', 'OBJECTIVEC2');
PascalCompilerNames: array[TPascalCompiler] of shortstring=(
'FPC', 'DELPHI'