summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index e79e19ba48..cbad1d72a2 100644
--- a/gc.c
+++ b/gc.c
@@ -2116,13 +2116,13 @@ lazy_sweep_enable(void)
return Qnil;
}
+#if !USE_RGENGC
static void
gc_clear_slot_bits(struct heaps_slot *slot)
{
memset(slot->header->mark_bits, 0, HEAP_BITMAP_LIMIT * sizeof(uintptr_t));
}
-
-#if USE_RGENGC
+#else
static void
gc_setup_mark_bits(struct heaps_slot *slot)
{