1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(invalid_character): Mark as NO_RETURN.

This commit is contained in:
Dan Nicolaescu 2006-05-29 06:19:09 +00:00
parent c57597ddb2
commit 345b348378
2 changed files with 5 additions and 1 deletions

View 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

View 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 *,