mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:08:21 +02:00
codetools: added modeswitch objectivec2
git-svn-id: trunk@26221 -
This commit is contained in:
parent
ec0d005b0e
commit
c36728ab23
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user