소스 검색

+ reinstate browser switches

git-svn-id: trunk@6138 -
pierre 18 년 전
부모
커밋
95b126b364
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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;