Mercurial > emacs
changeset 23429:a3b20bea408f
(clear_string_char_byte_cache): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 12 Oct 1998 12:00:44 +0000 |
parents | 49c7e979c16c |
children | 0ab3d33ffd29 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Oct 12 12:00:44 1998 +0000 +++ b/src/lisp.h Mon Oct 12 12:00:44 1998 +0000 @@ -1733,6 +1733,7 @@ extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); +extern void clear_string_char_byte_cache P_ (()); extern int string_char_to_byte P_ ((Lisp_Object, int)); extern int string_byte_to_char P_ ((Lisp_Object, int)); extern Lisp_Object string_make_multibyte P_ ((Lisp_Object));