diff options
| author | Stefan Monnier | 2007-11-16 21:24:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-16 21:24:59 +0000 |
| commit | 6d3f2bb282810d37331cf050993ea630f8e1f9c2 (patch) | |
| tree | f2cedc27dd48a9799bb4a5a1ea14acb3dce02b0d /src/lisp.h | |
| parent | b05b4e2787f085af0ebdf2ed1705e5f4f799dee5 (diff) | |
| download | emacs-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.h | 1 |
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)) |
| 2615 | extern struct Lisp_Vector *allocate_other_vector P_ ((EMACS_INT)); | ||
| 2616 | extern struct Lisp_Hash_Table *allocate_hash_table P_ ((void)); | 2615 | extern struct Lisp_Hash_Table *allocate_hash_table P_ ((void)); |
| 2617 | extern struct window *allocate_window P_ ((void)); | 2616 | extern struct window *allocate_window P_ ((void)); |
| 2618 | extern struct frame *allocate_frame P_ ((void)); | 2617 | extern struct frame *allocate_frame P_ ((void)); |