aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
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;
448static struct mem_node mem_z; 448static struct mem_node mem_z;
449#define MEM_NIL &mem_z 449#define MEM_NIL &mem_z
450 450
451static POINTER_TYPE *lisp_malloc (size_t, enum mem_type);
452static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); 451static struct Lisp_Vector *allocate_vectorlike (EMACS_INT);
453static void lisp_free (POINTER_TYPE *); 452static void lisp_free (POINTER_TYPE *);
454static void mark_stack (void); 453static void mark_stack (void);