diff options
author | Peter Zhu <[email protected]> | 2024-02-22 16:02:10 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-02-23 10:24:21 -0500 |
commit | df5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa () | |
tree | 916957fa57658e91b51fc8aa9eda938e64843395 /shape.h | |
parent | 386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff) |
Remove unneeded RUBY_FUNC_EXPORTED
-rw-r--r-- | shape.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -150,12 +150,12 @@ int32_t rb_shape_id_offset(void); rb_shape_t * rb_shape_get_parent(rb_shape_t * shape); -rb_shape_t* rb_shape_get_shape_by_id(shape_id_t shape_id); -shape_id_t rb_shape_get_shape_id(VALUE obj); rb_shape_t * rb_shape_get_next_iv_shape(rb_shape_t * shape, ID id); bool rb_shape_get_iv_index(rb_shape_t * shape, ID id, attr_index_t * value); bool rb_shape_get_iv_index_with_hint(shape_id_t shape_id, ID id, attr_index_t * value, shape_id_t *shape_id_hint); -bool rb_shape_obj_too_complex(VALUE obj); void rb_shape_set_shape(VALUE obj, rb_shape_t* shape); rb_shape_t* rb_shape_get_shape(VALUE obj); |