mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 10:50:14 +02:00
Allow unsetting the option for C-operators (-Sc-).
git-svn-id: trunk@20639 -
This commit is contained in:
parent
804e9cd09d
commit
bf5695c455
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user