Merge pull request #83 from carsonmcdonald/symunionfix

Fixed issue with reference to i in union, should have been sym
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-05-01 16:53:52 -07:00
+1 -1
View File
@@ -299,7 +299,7 @@ localjump_error(mrb_state *mrb, const char *kind)
#define SET_SYM_VALUE(r,v) {\
(r).tt = MRB_TT_SYMBOL;\
(r).value.i = (v);\
(r).value.sym = (v);\
}
#define SET_OBJ_VALUE(r,v) {\