Merge branch 'master' into stable

This commit is contained in:
Hiroshi Mimaki
2019-10-23 15:44:21 +09:00
9 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ mrb_break_value_get(struct RBreak *brk)
{
mrb_value val;
val.value = brk->value;
val.tt = brk->flags & RBREAK_VALUE_TT_MASK;
val.tt = (enum mrb_vtype)(brk->flags & RBREAK_VALUE_TT_MASK);
return val;
}
static inline void