]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 9 Jun 2012 17:03:43 +0000 (19:03 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 9 Jun 2012 17:03:43 +0000 (19:03 +0200)
lisp/ChangeLog
lisp/Makefile.in

index 05a9c19bf045f059b6c24da4ec7e985fc5093324..c83b4453922ce1558aa0739d24f6656dc3e5d9ed 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
+
 2012-06-09  Chong Yidong  <cyd@gnu.org>
 
        * ebuff-menu.el (electric-buffer-list): Preserve header line.
index 29ef8e40abeb27d95d3d6bef0174c415b8856a09..4af584e77dccc149adab15a0d3e9a7a6f320f214 100644 (file)
@@ -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)