diff options
| author | Kenichi Handa | 1998-10-12 12:00:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-10-12 12:00:44 +0000 |
| commit | 1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf (patch) | |
| tree | db32f2cd81d69f897410d8dabffbac565eea202c /src | |
| parent | 51520e8a2e1bcf3d81c8ab7d47546fbcfeb91b01 (diff) | |
| download | emacs-1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf.tar.gz emacs-1c5c931ae0868d6f3e67892a7d39f2e04ed6d6bf.zip | |
(clear_string_char_byte_cache): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
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)); | |||
| 1733 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 1733 | extern Lisp_Object concat3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 1734 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); | 1734 | extern Lisp_Object nconc2 P_ ((Lisp_Object, Lisp_Object)); |
| 1735 | extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); | 1735 | extern Lisp_Object assq_no_quit P_ ((Lisp_Object, Lisp_Object)); |
| 1736 | extern void clear_string_char_byte_cache P_ (()); | ||
| 1736 | extern int string_char_to_byte P_ ((Lisp_Object, int)); | 1737 | extern int string_char_to_byte P_ ((Lisp_Object, int)); |
| 1737 | extern int string_byte_to_char P_ ((Lisp_Object, int)); | 1738 | extern int string_byte_to_char P_ ((Lisp_Object, int)); |
| 1738 | extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); | 1739 | extern Lisp_Object string_make_multibyte P_ ((Lisp_Object)); |