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 10749473be7..52a9f9b78b5 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1936,6 +1936,7 @@ extern void init_syntax_once P_ ((void));
1936extern void syms_of_syntax P_ ((void)); 1936extern void syms_of_syntax P_ ((void));
1937 1937
1938/* Defined in fns.c */ 1938/* Defined in fns.c */
1939extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object));
1939extern void sweep_weak_hash_tables P_ ((void)); 1940extern void sweep_weak_hash_tables P_ ((void));
1940extern Lisp_Object Qstring_lessp; 1941extern Lisp_Object Qstring_lessp;
1941extern Lisp_Object Vfeatures; 1942extern Lisp_Object Vfeatures;