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

git-svn-id: trunk@12697 -
This commit is contained in:
Jonas Maebe 2009-02-06 20:04:11 +00:00
parent ae45a80d46
commit c4310a6f08

View File

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