rename RVALUE union members

This commit is contained in:
Yukihiro Matz Matsumoto
2013-02-20 23:19:48 +09:00
parent 7317ba97e2
commit 59cf4bca15
+2 -2
View File
@@ -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;