comparison 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
comparison
equal deleted inserted replaced
71054:1a9194ab1577 71055:92b0f65a55ce
823 #endif /* emacs */ 823 #endif /* emacs */
824 824
825 /* This is the maximum byte length of multi-byte sequence. */ 825 /* This is the maximum byte length of multi-byte sequence. */
826 #define MAX_MULTIBYTE_LENGTH 4 826 #define MAX_MULTIBYTE_LENGTH 4
827 827
828 extern void invalid_character P_ ((int)); 828 extern void invalid_character P_ ((int)) NO_RETURN;
829 829
830 extern int translate_char P_ ((Lisp_Object, int, int, int, int)); 830 extern int translate_char P_ ((Lisp_Object, int, int, int, int));
831 extern int split_string P_ ((const unsigned char *, int, int *, 831 extern int split_string P_ ((const unsigned char *, int, int *,
832 unsigned char *, unsigned char *)); 832 unsigned char *, unsigned char *));
833 extern int char_to_string P_ ((int, unsigned char *)); 833 extern int char_to_string P_ ((int, unsigned char *));