Skip to content

Commit

Permalink
Make rb_obj_copy_ivs_to_hash_table_i static
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Dec 4, 2023
1 parent 1227b6d commit f40727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variable.c
Expand Up @@ -1657,7 +1657,7 @@ rb_ensure_iv_list_size(VALUE obj, uint32_t current_capacity, uint32_t new_capaci
}
}

int
static int
rb_obj_copy_ivs_to_hash_table_i(ID key, VALUE val, st_data_t arg)
{
RUBY_ASSERT(!st_lookup((st_table *)arg, (st_data_t)key, NULL));
Expand Down

0 comments on commit f40727f

Please sign in to comment.