]> git.eshelyaron.com Git - emacs.git/commitdiff
(invalid_character): Mark as NO_RETURN.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 29 May 2006 06:19:09 +0000 (06:19 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 29 May 2006 06:19:09 +0000 (06:19 +0000)
src/ChangeLog
src/charset.h

index c973a07f264d3a066200a86ced084df8a3e54a9a..b864244bc895b268d2013e9587df4d71912da6b2 100644 (file)
@@ -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
index 0d61aa054c0ba923461331f7a701070aaf21811b..b7ab4cb8b537e0561c0c9e808134de5d48384c57 100644 (file)
@@ -825,7 +825,7 @@ while (0)
 /* 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 *,