rename RVALUE union members

parent 7317ba97
......@@ -87,10 +87,10 @@ typedef struct {
struct RHash hash;
struct RRange range;
#ifdef ENABLE_STRUCT
struct RStruct structdata;
struct RStruct strct;
#endif
struct RData data;
struct RProc procdata;
struct RProc proc;
} 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