* src/lisp.h (refill_memory_reserve): ... here.
2010-11-18 Dan Nicolaescu <dann@ics.uci.edu>
+ * alloc.c (refill_memory_reserve): Move declaration ...
+ * lisp.h (refill_memory_reserve): ... here.
+
* strftime.c (_strftime_copytm): Add declaration.
* callproc.c (syms_of_callproc): Use intern_c_string.
static POINTER_TYPE *lisp_align_malloc (size_t, enum mem_type);
static POINTER_TYPE *lisp_malloc (size_t, enum mem_type);
-void refill_memory_reserve (void);
#if GC_MARK_STACK || defined GC_MALLOC_CHECK
extern void buffer_memory_full (void) NO_RETURN;
extern int survives_gc_p (Lisp_Object);
extern void mark_object (Lisp_Object);
+extern void refill_memory_reserve (void);
extern const char *pending_malloc_warning;
extern Lisp_Object Vpurify_flag;
extern Lisp_Object Vmemory_full;