From: Andreas Schwab Date: Sat, 9 Jun 2012 17:03:43 +0000 (+0200) Subject: * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. X-Git-Tag: emacs-24.2.90~1199^2~474^2~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=642b6d30c61ec63bdd5d891dd6bb85260c88211a;p=emacs.git * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200. --- 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)