diff options
| author | Richard M. Stallman | 2005-11-03 21:11:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-11-03 21:11:20 +0000 |
| commit | 225ccad65e9f51eefc4f475db53e0ab914e95277 (patch) | |
| tree | 6b7799342ce3b0f754c8f516f7956b6f0d57116f /src/alloc.c | |
| parent | be33fce45d923455499211dccd99214581c42816 (diff) | |
| download | emacs-225ccad65e9f51eefc4f475db53e0ab914e95277.tar.gz emacs-225ccad65e9f51eefc4f475db53e0ab914e95277.zip | |
(refill_memory_reserve): Move decl out of conditionals.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 5f4026b4cfb..ab3ca918b30 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -360,6 +360,8 @@ enum mem_type | |||
| 360 | 360 | ||
| 361 | static POINTER_TYPE *lisp_align_malloc P_ ((size_t, enum mem_type)); | 361 | static POINTER_TYPE *lisp_align_malloc P_ ((size_t, enum mem_type)); |
| 362 | static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type)); | 362 | static POINTER_TYPE *lisp_malloc P_ ((size_t, enum mem_type)); |
| 363 | void refill_memory_reserve (); | ||
| 364 | |||
| 363 | 365 | ||
| 364 | #if GC_MARK_STACK || defined GC_MALLOC_CHECK | 366 | #if GC_MARK_STACK || defined GC_MALLOC_CHECK |
| 365 | 367 | ||
| @@ -460,7 +462,6 @@ static void mem_rotate_right P_ ((struct mem_node *)); | |||
| 460 | static void mem_delete P_ ((struct mem_node *)); | 462 | static void mem_delete P_ ((struct mem_node *)); |
| 461 | static void mem_delete_fixup P_ ((struct mem_node *)); | 463 | static void mem_delete_fixup P_ ((struct mem_node *)); |
| 462 | static INLINE struct mem_node *mem_find P_ ((void *)); | 464 | static INLINE struct mem_node *mem_find P_ ((void *)); |
| 463 | void refill_memory_reserve (); | ||
| 464 | 465 | ||
| 465 | 466 | ||
| 466 | #if GC_MARK_STACK == GC_MARK_STACK_CHECK_GCPROS | 467 | #if GC_MARK_STACK == GC_MARK_STACK_CHECK_GCPROS |