diff options
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)); |