Explorar o código

* stack checking is actually 'S'

florian hai 1 ano
pai
achega
f9b98092c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -551,7 +551,7 @@ unit scandir;
 
     procedure dir_stackchecking;
       begin
-        do_delphiswitch('T');
+        do_delphiswitch('S');
       end;
 
     procedure dir_fputype;