Add struct REnv to union RVALUE; ref #3534

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-04-03 18:01:17 +09:00
parent 77331d127b
commit 246db71139
+1
View File
@@ -109,6 +109,7 @@ typedef struct {
struct RRange range;
struct RData data;
struct RProc proc;
struct REnv env;
struct RException exc;
#ifdef MRB_WORD_BOXING
struct RFloat floatv;