aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 388cf3c44c3..ca271863b26 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1938,6 +1938,7 @@ extern void init_syntax_once P_ ((void));
1938extern void syms_of_syntax P_ ((void)); 1938extern void syms_of_syntax P_ ((void));
1939 1939
1940/* Defined in fns.c */ 1940/* Defined in fns.c */
1941extern int next_almost_prime P_ ((int));
1941extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object)); 1942extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object));
1942extern void sweep_weak_hash_tables P_ ((void)); 1943extern void sweep_weak_hash_tables P_ ((void));
1943extern Lisp_Object Qstring_lessp; 1944extern Lisp_Object Qstring_lessp;