mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mrb_p() should return the argument
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user