diff options
| author | Gerd Moellmann | 1999-09-19 21:46:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-19 21:46:47 +0000 |
| commit | 838fad1597ba913a816ff2e3636a687e2e5e3e9b (patch) | |
| tree | c975a7afad69133feeb89d41051e2db2001f9b05 /src | |
| parent | 6021f7c517dca05bf332ef6968fc836f245f6539 (diff) | |
| download | emacs-838fad1597ba913a816ff2e3636a687e2e5e3e9b.tar.gz emacs-838fad1597ba913a816ff2e3636a687e2e5e3e9b.zip | |
Add prototype for shrink_regexp_cache,
sweep_weak_hash_tables.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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)); | |||
| 1793 | extern void syms_of_syntax P_ ((void)); | 1793 | extern void syms_of_syntax P_ ((void)); |
| 1794 | 1794 | ||
| 1795 | /* Defined in fns.c */ | 1795 | /* Defined in fns.c */ |
| 1796 | extern void sweep_weak_hash_tables P_ ((void)); | ||
| 1796 | extern Lisp_Object Qstring_lessp; | 1797 | extern Lisp_Object Qstring_lessp; |
| 1797 | extern Lisp_Object Vfeatures; | 1798 | extern Lisp_Object Vfeatures; |
| 1798 | unsigned sxhash P_ ((Lisp_Object, int)); | 1799 | unsigned sxhash P_ ((Lisp_Object, int)); |
| @@ -2302,6 +2303,7 @@ extern Lisp_Object Vfundamental_mode_abbrev_table; | |||
| 2302 | extern void syms_of_abbrev P_ ((void)); | 2303 | extern void syms_of_abbrev P_ ((void)); |
| 2303 | 2304 | ||
| 2304 | /* defined in search.c */ | 2305 | /* defined in search.c */ |
| 2306 | extern void shrink_regexp_cache P_ ((void)); | ||
| 2305 | EXFUN (Fstring_match, 3); | 2307 | EXFUN (Fstring_match, 3); |
| 2306 | extern void restore_match_data P_ ((void)); | 2308 | extern void restore_match_data P_ ((void)); |
| 2307 | EXFUN (Fmatch_data, 2); | 2309 | EXFUN (Fmatch_data, 2); |