Ver Fonte

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

git-svn-id: trunk@20639 -
svenbarth há 13 anos atrás
pai
commit
bf5695c455
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

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