Mercurial > emacs
changeset 90759:a5e47ab2fa2a
(multibyte_char_to_unibyte_safe): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Feb 2007 11:24:51 +0000 |
parents | 2112cef037a5 |
children | 656ca684d326 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Feb 15 11:24:16 2007 +0000 +++ b/src/lisp.h Thu Feb 15 11:24:51 2007 +0000 @@ -2323,6 +2323,7 @@ extern int chars_in_text P_ ((const unsigned char *, int)); extern int multibyte_chars_in_text P_ ((const unsigned char *, int)); extern int multibyte_char_to_unibyte P_ ((int, Lisp_Object)); +extern int multibyte_char_to_unibyte_safe P_ ((int)); extern Lisp_Object Qcharset; extern void init_charset P_ ((void)); extern void init_charset_once P_ ((void));