# HG changeset patch # User Gerd Moellmann # Date 997092220 0 # Node ID 95f65d0a108ef37a7b74665592d11912700034c0 # Parent 01c7199c0ee7925a7eae8077b968441c4dcb4bf4 Remove init_stack static declaration. diff -r 01c7199c0ee7 -r 95f65d0a108e src/alloc.c --- 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 *));