aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-16 14:57:28 -0700
committerPaul Eggert2011-04-16 14:57:28 -0700
commitefc736d31984b3c361db0bb28003db76df31d554 (patch)
tree02185300f9c09a772684a5cfee69752c89046249 /src/ChangeLog
parent4e2fe2e61de8ca79587dad5563c847feadd10cdf (diff)
downloademacs-efc736d31984b3c361db0bb28003db76df31d554.tar.gz
emacs-efc736d31984b3c361db0bb28003db76df31d554.zip
* s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d7dc454c3dc..172fccc2dcf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
4
3 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts. 5 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
4 6
5 * data.c (arith_error): Mark with NO_RETURN if it doesn't return. 7 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.