Переглянути джерело

* reinstantited stackcheck note for linux

peter 27 роки тому
батько
коміт
c9ec04cd7d
1 змінених файлів з 7 додано та 1 видалено
  1. 7 1
      compiler/switches.pas

+ 7 - 1
compiler/switches.pas

@@ -90,6 +90,9 @@ begin
                     aktlocalswitches:=aktlocalswitches+[tlocalswitch(setsw)]
                    else
                     aktlocalswitches:=aktlocalswitches-[tlocalswitch(setsw)];
+		 { Message for linux which has global checking only }
+                   if switch='S' then
+		    Message(scan_n_stack_check_global_under_linux);
                  end;
       modulesw : begin
                    if current_module^.in_main then
@@ -150,7 +153,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.8  1998-08-10 14:50:27  peter
+  Revision 1.9  1998-08-10 15:47:08  peter
+    * reinstantited stackcheck note for linux
+
+  Revision 1.8  1998/08/10 14:50:27  peter
     + localswitches, moduleswitches, globalswitches splitting
 
   Revision 1.7  1998/07/24 22:17:00  florian