aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 0d351e92895..aa160f44593 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2612,7 +2612,6 @@ extern struct Lisp_Vector *allocate_pseudovector P_ ((int memlen, int lisplen, E
2612 ((typ*) \ 2612 ((typ*) \
2613 allocate_pseudovector \ 2613 allocate_pseudovector \
2614 (VECSIZE (typ), PSEUDOVECSIZE (typ, field), tag)) 2614 (VECSIZE (typ), PSEUDOVECSIZE (typ, field), tag))
2615extern struct Lisp_Vector *allocate_other_vector P_ ((EMACS_INT));
2616extern struct Lisp_Hash_Table *allocate_hash_table P_ ((void)); 2615extern struct Lisp_Hash_Table *allocate_hash_table P_ ((void));
2617extern struct window *allocate_window P_ ((void)); 2616extern struct window *allocate_window P_ ((void));
2618extern struct frame *allocate_frame P_ ((void)); 2617extern struct frame *allocate_frame P_ ((void));