Commit fc66d308 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove bit field from mrb_value

parent 943bef2d
......@@ -68,7 +68,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment