diff --git a/include/mruby/value.h b/include/mruby/value.h index 1815f0562..1cc5263ad 100644 --- a/include/mruby/value.h +++ b/include/mruby/value.h @@ -42,7 +42,7 @@ typedef struct mrb_value { mrb_int i; mrb_sym sym; } value; - enum mrb_vtype tt:8; + enum mrb_vtype tt; } mrb_value; #define mrb_type(o) (o).tt