Explorar o código

+ Added switch to swicth on assertions.

michael %!s(int64=25) %!d(string=hai) anos
pai
achega
26c924229c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      compiler/options.pas

+ 5 - 1
compiler/options.pas

@@ -688,6 +688,7 @@ begin
                       for j:=1 to length(more) do
                        case more[j] of
                         '2' : initmodeswitches:=objfpcmodeswitches;
+                        'a' : initlocalswitches:=InitLocalswitches+[cs_do_assertion];
                         'c' : initmoduleswitches:=initmoduleswitches+[cs_support_c_operators];
                         'd' : initmodeswitches:=delphimodeswitches;
                         'e' : begin
@@ -1435,7 +1436,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.61  2000-02-15 14:36:45  florian
+  Revision 1.62  2000-03-13 20:06:59  michael
+  + Added switch to swicth on assertions.
+
+  Revision 1.61  2000/02/15 14:36:45  florian
     * disable FIXED data type per default
 
   Revision 1.60  2000/02/10 11:45:48  peter