From 925dec8d703fca9078a5c553f40dfb370162ef49 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 27 May 2025 13:53:14 +0200 Subject: Rename `rb_shape_set_shape_id` in `rb_obj_set_shape_id` --- shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shape.h') 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) -- cgit v1.2.3