diff options
Diffstat (limited to 'gc/default.c')
-rw-r--r-- | gc/default.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gc/default.c b/gc/default.c index 910526d5d4..c2620e48bb 100644 --- a/gc/default.c +++ b/gc/default.c @@ -6156,6 +6156,12 @@ rb_gc_impl_copy_attributes(void *objspace_ptr, VALUE dest, VALUE obj) rb_gc_impl_copy_finalizer(objspace, dest, obj); } +const char * +rb_gc_impl_active_gc_name(void) +{ + return "default"; +} + void rb_gc_impl_writebarrier_remember(void *objspace_ptr, VALUE obj) { |