From: Gerd Moellmann Date: Mon, 6 Aug 2001 10:03:40 +0000 (+0000) Subject: Remove init_stack static declaration. X-Git-Tag: emacs-pretest-21.0.105~281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=339607b4a2a70a4d5eb6f63263623bc00f6d589a;p=emacs.git Remove init_stack static declaration. --- diff --git a/src/alloc.c b/src/alloc.c index a0c06a5c35b..5c0e0dd3c68 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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 *));