From: Paul Eggert Date: Sat, 13 Jul 2013 09:32:45 +0000 (-0700) Subject: * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69e0e5eef15e15ecbca594478a9fcf9c4bce5c8b;p=emacs.git * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. Reported by Herbert J. Skuhra in . --- diff --git a/src/ChangeLog b/src/ChangeLog index 60e7e376729..59fefb258c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2013-07-13 Paul Eggert + * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. + Reported by Herbert J. Skuhra in + . + 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. diff --git a/src/deps.mk b/src/deps.mk index 83444474c59..39666dca515 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -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 \