Commit abacbf66 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

always use value.i for MRB_TT_FALSE

parent 826386a1
......@@ -162,7 +162,7 @@ mrb_nil_value()
mrb_value v;
v.tt = MRB_TT_FALSE;
v.value.p = 0;
v.value.i = 0;
return v;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment