Bump default max stack size to what the new Camlp4 expects

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7615 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2006-09-19 12:40:29 +00:00
parent ee8c22ffe1
commit 09ec1094c6
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ typedef struct { uint32 l, h; } uint64, int64;
#define Stack_threshold (256 * sizeof(value))
/* Default maximum size of the stack (words). */
#define Max_stack_def (256 * 1024)
#define Max_stack_def (1024 * 1024)
/* Maximum size of a block allocated in the young generation (words). */