summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/object.h b/include/mruby/object.h
index 3b4437c65..8d35b7c5c 100644
--- a/include/mruby/object.h
+++ b/include/mruby/object.h
@@ -8,7 +8,7 @@
#define MRUBY_OBJECT_H
#define MRUBY_OBJECT_HEADER \
- enum mrb_vtype tt; \
+ enum mrb_vtype tt:8;\
unsigned int color:3;\
unsigned int flags:21;\
struct RClass *c;\