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