add RData entrie to RVALUE union

parent 74bbdb3d
......@@ -89,6 +89,7 @@ typedef struct {
#ifdef ENABLE_STRUCT
struct RStruct structdata;
#endif
struct RData data;
struct RProc procdata;
} as;
} RVALUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment