mrb_p() should return the argument

This commit is contained in:
Yukihiro Matsumoto
2012-07-17 23:41:02 +09:00
parent 87daf837d6
commit cb8fe4400f
+1 -1
View File
@@ -75,7 +75,7 @@ mrb_show_copyright(mrb_state *mrb)
mrb_value
mrb_p(mrb_state *mrb, mrb_value obj)
{
return mrb_nil_value();
return obj;
}
void