emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108545: * Makefile.in (BIG_STACK_DEP


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108545: * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
Date: Sat, 09 Jun 2012 19:03:43 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108545
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-06-09 19:03:43 +0200
message:
  * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
modified:
  lisp/ChangeLog
  lisp/Makefile.in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-09 14:33:44 +0000
+++ b/lisp/ChangeLog    2012-06-09 17:03:43 +0000
@@ -1,3 +1,7 @@
+2012-06-09  Andreas Schwab  <address@hidden>
+
+       * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
+
 2012-06-09  Chong Yidong  <address@hidden>
 
        * ebuff-menu.el (electric-buffer-list): Preserve header line.

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2012-05-21 20:40:55 +0000
+++ b/lisp/Makefile.in  2012-06-09 17:03:43 +0000
@@ -86,7 +86,7 @@
 # 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]