We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8873229 commit afcf7fcCopy full SHA for afcf7fc
1 file changed
include/mruby/object.h
@@ -11,7 +11,7 @@
11
struct RClass *c; \
12
struct RBasic *gcnext; \
13
enum mrb_vtype tt:8; \
14
- uint32_t color:3; \
+ uint8_t color:3; \
15
uint32_t flags:21
16
17
#define MRB_FLAG_TEST(obj, flag) ((obj)->flags & (flag))
0 commit comments