Przeglądaj źródła

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

git-svn-id: trunk@20639 -
svenbarth 13 lat temu
rodzic
commit
bf5695c455
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

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