Skip to content

Commit 0a92382

Browse files
committed
Make rb_gc_verify_internal_consistency static
1 parent ac56efb commit 0a92382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gc/default/default.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9663,7 +9663,7 @@ gc_profile_disable(VALUE _)
96639663
return Qnil;
96649664
}
96659665

9666-
void
9666+
static void
96679667
rb_gc_verify_internal_consistency(void)
96689668
{
96699669
gc_verify_internal_consistency(rb_gc_get_objspace());

0 commit comments

Comments
 (0)