1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

(clear_regexp_cache): Declare.

This commit is contained in:
Stefan Monnier 2006-10-03 13:38:18 +00:00
parent 58e95211ec
commit ec40e71f22

View file

@ -2920,6 +2920,7 @@ extern int find_next_newline P_ ((int, int));
extern int find_next_newline_no_quit P_ ((int, int));
extern int find_before_next_newline P_ ((int, int, int));
extern void syms_of_search P_ ((void));
extern void clear_regexp_cache P_ ((void));
/* defined in minibuf.c */