浏览代码

* 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}