diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 2ddec3dbe48..473c5622ab3 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -448,7 +448,6 @@ static void *min_heap_address, *max_heap_address; | |||
| 448 | static struct mem_node mem_z; | 448 | static struct mem_node mem_z; |
| 449 | #define MEM_NIL &mem_z | 449 | #define MEM_NIL &mem_z |
| 450 | 450 | ||
| 451 | static POINTER_TYPE *lisp_malloc (size_t, enum mem_type); | ||
| 452 | static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); | 451 | static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); |
| 453 | static void lisp_free (POINTER_TYPE *); | 452 | static void lisp_free (POINTER_TYPE *); |
| 454 | static void mark_stack (void); | 453 | static void mark_stack (void); |