codetools: don't remove POINTERARITHMETICS modeswitch because it is supported by current fpc release

git-svn-id: trunk@28832 -
This commit is contained in:
paul 2010-12-29 08:39:18 +00:00
parent 4019e60d3f
commit 23e763f874

View File

@ -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',