changeset 38696:95f65d0a108e

Remove init_stack static declaration.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Aug 2001 10:03:40 +0000
parents 01c7199c0ee7
children a19197c6442f
files src/alloc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Mon Aug 06 09:59:02 2001 +0000
+++ b/src/alloc.c	Mon Aug 06 10:03:40 2001 +0000
@@ -364,7 +364,6 @@
 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 *));