diff options
| author | Gerd Moellmann | 2001-08-06 10:03:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-06 10:03:40 +0000 |
| commit | 339607b4a2a70a4d5eb6f63263623bc00f6d589a (patch) | |
| tree | ed89fc89f1f2fc0f0f42fbc9c0e75d3bad9d80fc /src/alloc.c | |
| parent | 070c251e7408c9021cc4cb88804783329050068d (diff) | |
| download | emacs-339607b4a2a70a4d5eb6f63263623bc00f6d589a.tar.gz emacs-339607b4a2a70a4d5eb6f63263623bc00f6d589a.zip | |
Remove init_stack static declaration.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
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)); | |||
| 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 *)); |