aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-18 13:45:03 -0800
committerDan Nicolaescu2010-11-18 13:45:03 -0800
commit84dfc8a7faccf53d54231ab47a2dc237c80251fb (patch)
treefe57388c26d71f97db0d0f158e5ac8347b078c0c /src/alloc.c
parent94fa383385a237b800e9096c4fb3019f5cd359ae (diff)
downloademacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.tar.gz
emacs-84dfc8a7faccf53d54231ab47a2dc237c80251fb.zip
* src/alloc.c (refill_memory_reserve): Move declaration ...
* src/lisp.h (refill_memory_reserve): ... here.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index fa39c1ee5dc..6e121212b14 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -351,7 +351,6 @@ enum mem_type
351 351
352static POINTER_TYPE *lisp_align_malloc (size_t, enum mem_type); 352static POINTER_TYPE *lisp_align_malloc (size_t, enum mem_type);
353static POINTER_TYPE *lisp_malloc (size_t, enum mem_type); 353static POINTER_TYPE *lisp_malloc (size_t, enum mem_type);
354void refill_memory_reserve (void);
355 354
356 355
357#if GC_MARK_STACK || defined GC_MALLOC_CHECK 356#if GC_MARK_STACK || defined GC_MALLOC_CHECK