diff options
| author | Paul Eggert | 2013-07-13 02:32:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-13 02:32:45 -0700 |
| commit | 69e0e5eef15e15ecbca594478a9fcf9c4bce5c8b (patch) | |
| tree | 8db3c065e7234c7d04acd8d088fd17f6150e6e3c /src | |
| parent | 1a67b811cbad70fec1d0eaf7a9e3c66784fe6556 (diff) | |
| download | emacs-69e0e5eef15e15ecbca594478a9fcf9c4bce5c8b.tar.gz emacs-69e0e5eef15e15ecbca594478a9fcf9c4bce5c8b.zip | |
* 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>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/deps.mk | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60e7e376729..59fefb258c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-07-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h. | ||
| 4 | Reported by Herbert J. Skuhra in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>. | ||
| 6 | |||
| 3 | Don't lose top specpdl entry when memory is exhausted. | 7 | Don't lose top specpdl entry when memory is exhausted. |
| 4 | * eval.c (grow_specpdl): Increment specpdl top by 1 and check for | 8 | * eval.c (grow_specpdl): Increment specpdl top by 1 and check for |
| 5 | specpdl overflow here, to simplify callers; all callers changed. | 9 | 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 \ | |||
| 190 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ | 190 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ |
| 191 | globals.h $(config_h) composite.h sysselect.h gnutls.h \ | 191 | globals.h $(config_h) composite.h sysselect.h gnutls.h \ |
| 192 | ../lib/allocator.h ../lib/careadlinkat.h \ | 192 | ../lib/allocator.h ../lib/careadlinkat.h \ |
| 193 | ../lib/unistd.h ../lib/ignore-value.h | 193 | ../lib/unistd.h |
| 194 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ | 194 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ |
| 195 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | 195 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ |
| 196 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ | 196 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ |