aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2006-04-11 07:13:33 +0000
committerDan Nicolaescu2006-04-11 07:13:33 +0000
commitdb926d809113fbb185dfc9e400bdf3216a687762 (patch)
tree1e836cc8120496a6647be0f45a6fdef0e8383fd3 /src/ChangeLog
parent2fb18d1328ca01410d24a73939e5b79a6a12a914 (diff)
downloademacs-db926d809113fbb185dfc9e400bdf3216a687762.tar.gz
emacs-db926d809113fbb185dfc9e400bdf3216a687762.zip
* lisp.h (wrong_type_argument): Mark as NO_RETURN.
* data.c (wrong_type_argument): Try to avoid compiler warnings due to the fact the function is now marked as NO_RETURN.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd557cd0b16..936b14089b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
4
5 * data.c (wrong_type_argument): Try to avoid compiler warnings due
6 to the fact the function is now marked as NO_RETURN.
7
12006-04-10 Eli Zaretskii <eliz@gnu.org> 82006-04-10 Eli Zaretskii <eliz@gnu.org>
2 9
3 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef. 10 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.