# HG changeset patch # User Dan Nicolaescu # Date 1148883549 0 # Node ID 92b0f65a55cef8a2340419852f2bd27aae5b29d5 # Parent 1a9194ab15777196b39f96f8267d77f17f59e5c6 (invalid_character): Mark as NO_RETURN. diff -r 1a9194ab1577 -r 92b0f65a55ce src/ChangeLog --- 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 + + * charset.h (invalid_character): Mark as NO_RETURN. + 2006-05-29 Kenichi Handa * coding.c (Ffind_operation_coding_system): Call a function by diff -r 1a9194ab1577 -r 92b0f65a55ce src/charset.h --- 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 *,