Ensure RVALUE is large enough for word boxing types.

This commit is contained in:
David Turnbull
2014-07-02 09:50:38 -07:00
parent bcfcbc94bc
commit 5486e8901a
+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;