summaryrefslogtreecommitdiff
path: root/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'shape.c')
-rw-r--r--shape.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shape.c b/shape.c
index 919ae7c433..430bfeb90a 100644
--- a/shape.c
+++ b/shape.c
@@ -325,10 +325,10 @@ rb_shape_set_shape(VALUE obj, rb_shape_t* shape)
rb_shape_set_shape_id(obj, rb_shape_id(shape));
}
-VALUE
-rb_shape_flags_mask(void)
+uint8_t
+rb_shape_id_num_bits(void)
{
- return SHAPE_FLAG_MASK;
+ return SHAPE_ID_NUM_BITS;
}
rb_shape_t *