mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 11:49:30 +02:00
codetools: don't remove POINTERARITHMETICS modeswitch because it is supported by current fpc release
git-svn-id: trunk@28832 -
This commit is contained in:
parent
4019e60d3f
commit
23e763f874
@ -138,6 +138,7 @@ type
|
||||
cmsPointer_2_procedure,
|
||||
cmsAutoderef,
|
||||
cmsInitfinal,
|
||||
cmsAdd_pointer,
|
||||
cmsDefault_ansistring,
|
||||
cmsOut,
|
||||
cmsDefault_para,
|
||||
@ -520,7 +521,7 @@ const
|
||||
CompilerModeSwitchNames: array[TCompilerModeSwitch] of shortstring=(
|
||||
'Default', 'CLASS', 'OBJPAS', 'RESULT', 'PCHARTOSTRING', 'CVAR',
|
||||
'NESTEDCOMMENTS', 'CLASSICPROCVARS', 'MACPROCVARS', 'REPEATFORWARD',
|
||||
'POINTERTOPROCVAR', 'AUTODEREF', 'INITFINAL',
|
||||
'POINTERTOPROCVAR', 'AUTODEREF', 'INITFINAL', 'POINTERARITHMETICS',
|
||||
'ANSISTRINGS', 'OUT', 'DEFAULTPARAMETERS', 'HINTDIRECTIVE',
|
||||
'DUPLICATELOCALS', 'PROPERTIES', 'ALLOWINLINE', 'EXCEPTIONS',
|
||||
'OBJECTIVEC1', 'OBJECTIVEC2', 'NESTEDPROCVARS', 'NONLOCALGOTO',
|
||||
|
Loading…
Reference in New Issue
Block a user