diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-05-27 13:53:14 +0200 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2025-05-27 15:34:02 +0200 |
| commit | 925dec8d703fca9078a5c553f40dfb370162ef49 (patch) | |
| tree | d6f8f887fca8b3785b1ac7ac9701f346bb6378f1 /shape.h | |
| parent | ccf2b7c5b89ba4b40f9ed4b9eef95d7bd4867538 (diff) | |
Rename `rb_shape_set_shape_id` in `rb_obj_set_shape_id`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13450
Diffstat (limited to 'shape.h')
| -rw-r--r-- | shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ RBASIC_FIELDS_COUNT(VALUE obj) shape_id_t rb_shape_traverse_from_new_root(shape_id_t initial_shape_id, shape_id_t orig_shape_id); -bool rb_shape_set_shape_id(VALUE obj, shape_id_t shape_id); +bool rb_obj_set_shape_id(VALUE obj, shape_id_t shape_id); static inline bool rb_shape_obj_has_id(VALUE obj) |
