mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
(recompile): Set `max-specpdl-size' before compiling.
This commit is contained in:
parent
97564b7ef4
commit
087b413df7
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* Makefile.in (recompile): Set `max-specpdl-size' before compiling.
|
||||
|
||||
2004-11-18 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc-alg.el (math-simplify-divisor): Remove unnecessary
|
||||
|
|
@ -56,7 +60,7 @@
|
|||
|
||||
(math-simplify-expr): Declare it.
|
||||
Replaced argument expr in all calls of math-defsimplify by
|
||||
math-simplify-expr.
|
||||
math-simplify-expr.
|
||||
(math-simplify-plus, math-simplify-times, math-simplify-divide)
|
||||
(math-simplify-divisor, math-simplify-one-divisor)
|
||||
(math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
|
||||
|
|
@ -90,7 +94,7 @@
|
|||
|
||||
* calc/calc-units.el (math-simplify-expr): Declare it.
|
||||
Replace argument expr in all calls of math-defsimplify by
|
||||
math-simplify-expr.
|
||||
math-simplify-expr.
|
||||
(math-simplify-units-prod): Replace variable expr by declared
|
||||
variable math-simplify-expr.
|
||||
|
||||
|
|
|
|||
|
|
@ -281,7 +281,10 @@ compile-after-backup: backup-compiled-files compile-always
|
|||
# .elc is present.
|
||||
|
||||
recompile: doit $(lisp)/progmodes/cc-mode.elc
|
||||
$(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
|
||||
$(EMACS) $(EMACSOPT) \
|
||||
--eval "(setq max-specpdl-size 650)" \
|
||||
--eval "(batch-byte-recompile-directory 0)" \
|
||||
$(lisp)
|
||||
|
||||
# CC Mode uses a compile time macro system which causes a compile time
|
||||
# dependency in cc-mode.elc on the macros in cc-langs.el and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue