summaryrefslogtreecommitdiff
path: root/internal/variable.h
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-06-07 10:55:49 +0200
committerJean Boussier <[email protected]>2025-06-07 18:30:44 +0200
commit8c4e368dcf9e50814ed8a65a824f22035bbe6770 ()
treef202afa0ef0f9370fb73e32ae2b0ef13d338dc89 /internal/variable.h
parent54edc930f9f0a658da45cfcef46648d1b6f82467 (diff)
shape.c: ensure heap_index is consistent for complex shapes
Notes: Merged: https://.com/ruby/ruby/pull/13556
-rw-r--r--internal/variable.h2
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ int rb_gen_fields_tbl_get(VALUE obj, ID id, struct gen_fields_tbl **fields_tbl);
void rb_obj_copy_ivs_to_hash_table(VALUE obj, st_table *table);
void rb_obj_init_too_complex(VALUE obj, st_table *table);
void rb_evict_ivars_to_hash(VALUE obj);
-void rb_evict_fields_to_hash(VALUE obj);
VALUE rb_obj_field_get(VALUE obj, shape_id_t target_shape_id);
void rb_ivar_set_internal(VALUE obj, ID id, VALUE val);
void rb_obj_field_set(VALUE obj, shape_id_t target_shape_id, VALUE val);