Fixed issue with reference to i in union, should have been sym

This commit is contained in:
Carson McDonald
2012-05-01 13:08:37 -04:00
parent de67c321fe
commit 88cdb52133
+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) {\