From b3a271665b6d45fe21e775e1c523a040caa509a9 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Wed, 15 Feb 2023 16:10:15 +0000 Subject: [Feature #19442] Remove USE_RINCGC flag Ruby doesn't compile when this is set to 0. Let's remove it. --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 27d2c15e07..578d014086 100644 --- a/gc.c +++ b/gc.c @@ -470,7 +470,7 @@ int ruby_rgengc_debug; #define GC_PROFILE_DETAIL_MEMORY 0 #endif #ifndef GC_ENABLE_INCREMENTAL_MARK -#define GC_ENABLE_INCREMENTAL_MARK USE_RINCGC +#define GC_ENABLE_INCREMENTAL_MARK 1 #endif #ifndef GC_ENABLE_LAZY_SWEEP #define GC_ENABLE_LAZY_SWEEP 1 -- cgit v1.2.3