diff src/charset.h @ 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 3bd95f4f2941
children e946daf4b223
line wrap: on
line diff
--- 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 *,