summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2022-12-02 12:33:20 -0500
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-02 12:53:51 -0800
commit4c5e89791b2e5e168aadb949c90f804736a472bd (patch)
tree105b2fcc73e3409abf84e26b5eb5718dcc16a559 /shape.h
parent606653e43a8207e15d6c3b450754d2a8bd349fc9 (diff)
downloadruby-4c5e89791b2e5e168aadb949c90f804736a472bd.tar.gz
Extracted rb_shape_id_offset
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shape.h b/shape.h
index 4ae7c25638..ad8b4ec23d 100644
--- a/shape.h
+++ b/shape.h
@@ -124,6 +124,7 @@ static inline shape_id_t RCLASS_SHAPE_ID(VALUE obj)
bool rb_shape_root_shape_p(rb_shape_t* shape);
rb_shape_t * rb_shape_get_root_shape(void);
uint8_t rb_shape_id_num_bits(void);
+int32_t rb_shape_id_offset(void);
uint64_t rb_shape_flag_mask(void);
uint8_t rb_shape_flag_shift(void);