Time class available; based on code from @beoran; sorry for jumbo patch

This commit is contained in:
Yukihiro Matsumoto
2012-05-06 00:52:22 +09:00
parent 55da4cdc86
commit b0e94d8c14
7 changed files with 246 additions and 161 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#define MRUBY_OBJECT_H
#define MRUBY_OBJECT_HEADER \
int8_t tt;\
enum mrb_vtype tt:8; \
int color:3;\
unsigned int flags:21;\
struct RClass *c;\