summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-15 16:10:15 +0000
committerMatt Valentine-House <matt@eightbitraptor.com>2023-03-16 09:32:08 +0000
commitb3a271665b6d45fe21e775e1c523a040caa509a9 (patch)
tree2aa3e5689f5d2b8ea86bf55fd06a9b0c752df07c /gc.c
parent0b303c683007598a31f2cda3d512d981b278f8bd (diff)
[Feature #19442] Remove USE_RINCGC flag
Ruby doesn't compile when this is set to 0. Let's remove it.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7313
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
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