Browse Source

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

git-svn-id: trunk@12697 -
Jonas Maebe 16 năm trước cách đây
mục cha
commit
c4310a6f08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}