changeset 66662:6ab8d86f8a2b

(refill_memory_reserve): Move decl out of conditionals.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Nov 2005 21:11:20 +0000
parents f7b261d0f8e8
children d74deb025f5a
files src/alloc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Thu Nov 03 19:59:38 2005 +0000
+++ b/src/alloc.c	Thu Nov 03 21:11:20 2005 +0000
@@ -360,6 +360,8 @@
 
 static POINTER_TYPE *lisp_align_malloc P_ ((size_t, enum mem_type));
 static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type));
+void refill_memory_reserve ();
+
 
 #if GC_MARK_STACK || defined GC_MALLOC_CHECK
 
@@ -460,7 +462,6 @@
 static void mem_delete P_ ((struct mem_node *));
 static void mem_delete_fixup P_ ((struct mem_node *));
 static INLINE struct mem_node *mem_find P_ ((void *));
-void refill_memory_reserve ();
 
 
 #if GC_MARK_STACK == GC_MARK_STACK_CHECK_GCPROS