diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-11-05 16:09:45 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-11-07 13:14:54 +0900 |
| commit | d2a587c79156275f66035d60bcc69882be61a3e1 (patch) | |
| tree | 03d02d662031aa77e1445704c5f01e45bd2baa14 /shape.c | |
| parent | aaa1234702f0186b1cd7d2cea136eee20fc82153 (diff) | |
renaming internal data structures and functions from namespace to box
Diffstat (limited to 'shape.c')
| -rw-r--r-- | shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -744,7 +744,7 @@ rb_shape_transition_heap(VALUE obj, size_t heap_index) } void -rb_set_namespaced_class_shape_id(VALUE obj, shape_id_t shape_id) +rb_set_boxed_class_shape_id(VALUE obj, shape_id_t shape_id) { RBASIC_SET_SHAPE_ID(RCLASS_WRITABLE_ENSURE_FIELDS_OBJ(obj), shape_id); // FIXME: How to do multi-shape? |
