From 642b6d30c61ec63bdd5d891dd6bb85260c88211a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 9 Jun 2012 19:03:43 +0200 Subject: [PATCH] * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05a9c19bf04..c83b4453922 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-09 Andreas Schwab + + * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. + 2012-06-09 Chong Yidong * ebuff-menu.el (electric-buffer-list): Preserve header line. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 29ef8e40abe..4af584e77dc 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -86,7 +86,7 @@ AUTOGEN_VCS = \ # During bootstrapping the byte-compiler is run interpreted when compiling # itself, and uses more stack than usual. # -BIG_STACK_DEPTH = 1200 +BIG_STACK_DEPTH = 2200 BIG_STACK_OPTS = --eval "(setq max-lisp-eval-depth $(BIG_STACK_DEPTH))" BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) -- 2.39.5