aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-06 10:03:40 +0000
committerGerd Moellmann2001-08-06 10:03:40 +0000
commit339607b4a2a70a4d5eb6f63263623bc00f6d589a (patch)
treeed89fc89f1f2fc0f0f42fbc9c0e75d3bad9d80fc /src/alloc.c
parent070c251e7408c9021cc4cb88804783329050068d (diff)
downloademacs-339607b4a2a70a4d5eb6f63263623bc00f6d589a.tar.gz
emacs-339607b4a2a70a4d5eb6f63263623bc00f6d589a.zip
Remove init_stack static declaration.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
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));
364static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type)); 364static struct Lisp_Vector *allocate_vectorlike P_ ((EMACS_INT, enum mem_type));
365static void lisp_free P_ ((POINTER_TYPE *)); 365static void lisp_free P_ ((POINTER_TYPE *));
366static void mark_stack P_ ((void)); 366static void mark_stack P_ ((void));
367static void init_stack P_ ((Lisp_Object *));
368static int live_vector_p P_ ((struct mem_node *, void *)); 367static int live_vector_p P_ ((struct mem_node *, void *));
369static int live_buffer_p P_ ((struct mem_node *, void *)); 368static int live_buffer_p P_ ((struct mem_node *, void *));
370static int live_string_p P_ ((struct mem_node *, void *)); 369static int live_string_p P_ ((struct mem_node *, void *));