]> git.eshelyaron.com Git - emacs.git/commitdiff
(refill_memory_reserve): Move decl out of conditionals.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:11:20 +0000 (21:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:11:20 +0000 (21:11 +0000)
src/alloc.c

index 5f4026b4cfb7cbfe6d78fe461e92b90191dc4f5d..ab3ca918b30c7b6217267d8c2a1629ed61e52613 100644 (file)
@@ -360,6 +360,8 @@ enum mem_type
 
 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_rotate_right P_ ((struct mem_node *));
 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