Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro Matsumoto
2012-05-02 10:12:11 +09:00
2 changed files with 20 additions and 7 deletions
+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) {\