]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove init_stack static declaration.
authorGerd Moellmann <gerd@gnu.org>
Mon, 6 Aug 2001 10:03:40 +0000 (10:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 6 Aug 2001 10:03:40 +0000 (10:03 +0000)
src/alloc.c

index a0c06a5c35bbdcc96ae950539f1e3f0fcec492a5..5c0e0dd3c689d76a51b8dd45d3be52d2a68984d1 100644 (file)
@@ -364,7 +364,6 @@ static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
 static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type));
 static void lisp_free P_ ((POINTER_TYPE *));
 static void mark_stack P_ ((void));
-static void init_stack P_ ((Lisp_Object *));
 static int live_vector_p P_ ((struct mem_node *, void *));
 static int live_buffer_p P_ ((struct mem_node *, void *));
 static int live_string_p P_ ((struct mem_node *, void *));