2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
[bpt/emacs.git] / src / alloc.c
index d1d6323..1c793c9 100644 (file)
@@ -280,6 +280,9 @@ static void gc_sweep (void);
 static void mark_glyph_matrix (struct glyph_matrix *);
 static void mark_face_cache (struct face_cache *);
 
+#if !defined REL_ALLOC || defined SYSTEM_MALLOC
+static void refill_memory_reserve (void);
+#endif
 static struct Lisp_String *allocate_string (void);
 static void compact_small_strings (void);
 static void free_large_strings (void);