summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2025-05-27 13:53:14 +0200
committerJean Boussier <jean.boussier@gmail.com>2025-05-27 15:34:02 +0200
commit925dec8d703fca9078a5c553f40dfb370162ef49 (patch)
treed6f8f887fca8b3785b1ac7ac9701f346bb6378f1 /shape.h
parentccf2b7c5b89ba4b40f9ed4b9eef95d7bd4867538 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index ee522a48e5..91f1931290 100644
--- a/shape.h
+++ b/shape.h
@@ -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)