Allow unsetting the option for C-operators (-Sc-).

git-svn-id: trunk@20639 -
This commit is contained in:
svenbarth 2012-03-27 11:40:10 +00:00
parent 804e9cd09d
commit bf5695c455

View File

@ -1456,7 +1456,7 @@ begin
include(init_settings.localswitches,cs_do_assertion);
'c' :
If UnsetBool(More, j) then
include(init_settings.moduleswitches,cs_support_c_operators)
exclude(init_settings.moduleswitches,cs_support_c_operators)
else
include(init_settings.moduleswitches,cs_support_c_operators);
'd' : //an alternative to -Mdelphi