소스 검색

* in_main -> in_global

peter 27 년 전
부모
커밋
3c3276a915
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/scandir.inc

+ 5 - 2
compiler/scandir.inc

@@ -542,7 +542,7 @@ const
 
     procedure dir_outputformat(t:tdirectivetoken);
       begin
-        if not current_module^.in_main then
+        if not current_module^.in_global then
          Message(scan_w_switch_is_global)
         else
           begin
@@ -720,7 +720,10 @@ const
 
 {
   $Log$
-  Revision 1.20  1998-08-18 15:11:52  peter
+  Revision 1.21  1998-08-19 00:30:22  peter
+    * in_main -> in_global
+
+  Revision 1.20  1998/08/18 15:11:52  peter
     * recompiles again
 
   Revision 1.19  1998/08/18 09:24:44  pierre