Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-07-03 08:12:05 +09:00
+4
View File
@@ -107,6 +107,10 @@ typedef struct {
struct RRange range;
struct RData data;
struct RProc proc;
#ifdef MRB_WORD_BOXING
struct RFloat floatv;
struct RCptr cptr;
#endif
} as;
} RVALUE;