use int8_t for tt

This commit is contained in:
Yukihiro Matsumoto
2012-05-05 07:59:15 +09:00
parent 53d8339a71
commit c9a51c43bc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#ifndef MRUBY_OBJECT_H
#define MRUBY_OBJECT_H
#define MRUBY_OBJECT_HEADER \
enum mrb_vtype tt:8;\
#define MRUBY_OBJECT_HEADER \
int8_t tt;\
int color:3;\
unsigned int flags:21;\
struct RClass *c;\