فهرست منبع

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

git-svn-id: trunk@12697 -
Jonas Maebe 16 سال پیش
والد
کامیت
c4310a6f08
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}