mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
Reported by Herbert J. Skuhra in <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>.
This commit is contained in:
parent
1a67b811cb
commit
69e0e5eef1
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
|
||||
Reported by Herbert J. Skuhra in
|
||||
<http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>.
|
||||
|
||||
Don't lose top specpdl entry when memory is exhausted.
|
||||
* eval.c (grow_specpdl): Increment specpdl top by 1 and check for
|
||||
specpdl overflow here, to simplify callers; all callers changed.
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
|
|||
frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
|
||||
globals.h $(config_h) composite.h sysselect.h gnutls.h \
|
||||
../lib/allocator.h ../lib/careadlinkat.h \
|
||||
../lib/unistd.h ../lib/ignore-value.h
|
||||
../lib/unistd.h
|
||||
term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \
|
||||
cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
|
||||
xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue