aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-10-12 12:00:44 +0000
committerKenichi Handa1998-10-12 12:00:44 +0000
commit1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf (patch)
treedb32f2cd81d69f897410d8dabffbac565eea202c /src
parent51520e8a2e1bcf3d81c8ab7d47546fbcfeb91b01 (diff)
downloademacs-1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf.tar.gz
emacs-1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf.zip
(clear_string_char_byte_cache): Extern it.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 9ce9078f38a..7f83269c88e 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1733,6 +1733,7 @@ extern Lisp_Object concat2 P_ ((Lisp_Object, Lisp_Object));
1733extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); 1733extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
1734extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); 1734extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object));
1735extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); 1735extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object));
1736extern void clear_string_char_byte_cache P_ (());
1736extern int string_char_to_byte P_ ((Lisp_Object, int)); 1737extern int string_char_to_byte P_ ((Lisp_Object, int));
1737extern int string_byte_to_char P_ ((Lisp_Object, int)); 1738extern int string_byte_to_char P_ ((Lisp_Object, int));
1738extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); 1739extern Lisp_Object string_make_multibyte P_ ((Lisp_Object));