add RData entrie to RVALUE union

This commit is contained in:
Yukihiro Matz Matsumoto
2013-02-20 23:15:11 +09:00
parent 74bbdb3dc0
commit 8b44e8dbd8
+1
View File
@@ -89,6 +89,7 @@ typedef struct {
#ifdef ENABLE_STRUCT
struct RStruct structdata;
#endif
struct RData data;
struct RProc procdata;
} as;
} RVALUE;