comparison src/alloc.c @ 38696:95f65d0a108e

Remove init_stack static declaration.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Aug 2001 10:03:40 +0000
parents 184d1fb71cc1
children fcb8e48eec89
comparison
equal deleted inserted replaced
38695:01c7199c0ee7 38696:95f65d0a108e
362 362
363 static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type)); 363 static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
364 static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type)); 364 static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type));
365 static void lisp_free P_ ((POINTER_TYPE *)); 365 static void lisp_free P_ ((POINTER_TYPE *));
366 static void mark_stack P_ ((void)); 366 static void mark_stack P_ ((void));
367 static void init_stack P_ ((Lisp_Object *));
368 static int live_vector_p P_ ((struct mem_node *, void *)); 367 static int live_vector_p P_ ((struct mem_node *, void *));
369 static int live_buffer_p P_ ((struct mem_node *, void *)); 368 static int live_buffer_p P_ ((struct mem_node *, void *));
370 static int live_string_p P_ ((struct mem_node *, void *)); 369 static int live_string_p P_ ((struct mem_node *, void *));
371 static int live_cons_p P_ ((struct mem_node *, void *)); 370 static int live_cons_p P_ ((struct mem_node *, void *));
372 static int live_symbol_p P_ ((struct mem_node *, void *)); 371 static int live_symbol_p P_ ((struct mem_node *, void *));