From 838fad1597ba913a816ff2e3636a687e2e5e3e9b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 19 Sep 1999 21:46:47 +0000 Subject: [PATCH] Add prototype for shrink_regexp_cache, sweep_weak_hash_tables. --- src/lisp.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5