changeset 71055:92b0f65a55ce

(invalid_character): Mark as NO_RETURN.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 29 May 2006 06:19:09 +0000
parents 1a9194ab1577
children 3e5c40f72a04
files src/ChangeLog src/charset.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon May 29 06:11:33 2006 +0000
+++ b/src/ChangeLog	Mon May 29 06:19:09 2006 +0000
@@ -1,3 +1,7 @@
+2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* charset.h (invalid_character): Mark as NO_RETURN.
+
 2006-05-29  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (Ffind_operation_coding_system): Call a function by
--- a/src/charset.h	Mon May 29 06:11:33 2006 +0000
+++ b/src/charset.h	Mon May 29 06:19:09 2006 +0000
@@ -825,7 +825,7 @@
 /* This is the maximum byte length of multi-byte sequence.  */
 #define MAX_MULTIBYTE_LENGTH 4
 
-extern void invalid_character P_ ((int));
+extern void invalid_character P_ ((int)) NO_RETURN;
 
 extern int translate_char P_ ((Lisp_Object, int, int, int, int));
 extern int split_string P_ ((const unsigned char *, int, int *,