summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-12-05 16:06:18 -0500
committerPeter Zhu <[email protected]>2024-12-06 10:22:03 -0500
commitc45503f957bf4aa337d2d54fe39b72db5dea6f1c (patch)
treed428a4068a737db4aa9d42886c11757ccb339a91 /internal/gc.h
parent48443c02049d6310bd49811911ce5e3d5e9fb0ff (diff)
Add rb_gc_impl_active_gc_name to gc/gc_impl.h
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12271
Diffstat (limited to 'internal/gc.h')
-rw-r--r--internal/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gc.h b/internal/gc.h
index 2d6500d527..702a682ee3 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -251,7 +251,7 @@ void *ruby_sized_xrealloc(void *ptr, size_t new_size, size_t old_size) RUBY_ATTR
void *ruby_sized_xrealloc2(void *ptr, size_t new_count, size_t element_size, size_t old_count) RUBY_ATTR_RETURNS_NONNULL RUBY_ATTR_ALLOC_SIZE((2, 3));
void ruby_sized_xfree(void *x, size_t size);
-const char * rb_gc_active_gc_name(void);
+const char *rb_gc_active_gc_name(void);
int rb_gc_modular_gc_loaded_p(void);
#if USE_MODULAR_GC