Explorar o código

* replaced invalid {$STACKSIZE } directive with {$MINSTACKSIZE }

git-svn-id: trunk@12697 -
Jonas Maebe %!s(int64=16) %!d(string=hai) anos
pai
achega
c4310a6f08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/pp.pas

+ 1 - 1
compiler/pp.pas

@@ -154,7 +154,7 @@ program pp;
     {$MAXSTACKSIZE 512000000}
   {$else win64}
     { 1 MB stack }
-    {$STACKSIZE 1000000}
+    {$MINSTACKSIZE 1000000}
   {$endif win64}
 {$endif win32}