aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorStefan Monnier2007-11-16 21:24:59 +0000
committerStefan Monnier2007-11-16 21:24:59 +0000
commit6d3f2bb282810d37331cf050993ea630f8e1f9c2 (patch)
treef2cedc27dd48a9799bb4a5a1ea14acb3dce02b0d /src/lisp.h
parentb05b4e2787f085af0ebdf2ed1705e5f4f799dee5 (diff)
downloademacs-6d3f2bb282810d37331cf050993ea630f8e1f9c2.tar.gz
emacs-6d3f2bb282810d37331cf050993ea630f8e1f9c2.zip
* alloc.c (allocate_other_vector):
* lisp.h (allocate_other_vector): Remove.
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));