From: Gerd Moellmann Date: Sun, 19 Sep 1999 21:46:47 +0000 (+0000) Subject: Add prototype for shrink_regexp_cache, X-Git-Tag: emacs-pretest-21.0.90~6677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=838fad1597ba913a816ff2e3636a687e2e5e3e9b;p=emacs.git Add prototype for shrink_regexp_cache, sweep_weak_hash_tables. --- diff --git a/src/lisp.h b/src/lisp.h index 943fc0fdb30..b2fe772b0e4 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1793,6 +1793,7 @@ extern void init_syntax_once P_ ((void)); 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 Lisp_Object Vfundamental_mode_abbrev_table; 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);