Mercurial > emacs
diff src/lisp.h @ 25765:416e6af8f06a
Add prototype for shrink_regexp_cache,
sweep_weak_hash_tables.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 19 Sep 1999 21:46:47 +0000 |
| parents | e473b3e5cf6d |
| children | 4399d55899d3 |
line wrap: on
line diff
--- a/src/lisp.h Sun Sep 19 21:46:46 1999 +0000 +++ b/src/lisp.h Sun Sep 19 21:46:47 1999 +0000 @@ -1793,6 +1793,7 @@ extern void syms_of_syntax P_ ((void)); /* Defined in fns.c */ +extern void sweep_weak_hash_tables P_ ((void)); extern Lisp_Object Qstring_lessp; extern Lisp_Object Vfeatures; unsigned sxhash P_ ((Lisp_Object, int)); @@ -2302,6 +2303,7 @@ extern void syms_of_abbrev P_ ((void)); /* defined in search.c */ +extern void shrink_regexp_cache P_ ((void)); EXFUN (Fstring_match, 3); extern void restore_match_data P_ ((void)); EXFUN (Fmatch_data, 2);
