# HG changeset patch # User Gerd Moellmann # Date 937777607 0 # Node ID 416e6af8f06aa38e650a5de0975d32c75f90f89e # Parent 72f00825a576e282a64f449614d0c9a215e66179 Add prototype for shrink_regexp_cache, sweep_weak_hash_tables. diff -r 72f00825a576 -r 416e6af8f06a src/lisp.h --- 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);