diff options
author | Jemma Issroff <[email protected]> | 2022-12-02 12:33:20 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-12-02 12:53:51 -0800 |
commit | 4c5e89791b2e5e168aadb949c90f804736a472bd () | |
tree | 105b2fcc73e3409abf84e26b5eb5718dcc16a559 /shape.c | |
parent | 606653e43a8207e15d6c3b450754d2a8bd349fc9 (diff) |
Extracted rb_shape_id_offset
Notes: Merged: https://.com/ruby/ruby/pull/6767
-rw-r--r-- | shape.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -306,6 +306,12 @@ rb_shape_id_num_bits(void) return SHAPE_ID_NUM_BITS; } uint8_t rb_shape_flag_shift(void) { |