mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
edc49f9d26
The `mrb_get_argv()` function will now return `const mrb_value *`. This is because it is difficult for the caller to check if it is a splat argument (array object) and to write-barrier if necessary.