Selaa lähdekoodia

+ reinstate browser switches

git-svn-id: trunk@6138 -
pierre 18 vuotta sitten
vanhempi
commit
95b126b364
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      compiler/globtype.pas

+ 3 - 1
compiler/globtype.pas

@@ -107,7 +107,9 @@ interface
          cs_profile,cs_debuginfo,cs_compilesystem,
          cs_lineinfo,cs_implicit_exceptions,
          { linking }
-         cs_create_smart,cs_create_dynamic,cs_create_pic
+         cs_create_smart,cs_create_dynamic,cs_create_pic,
+         { browser switches are back }
+         cs_browser,cs_local_browser
        );
        tmoduleswitches = set of tmoduleswitch;