array.c: `mrb_ary_shift_m` should be `static`.

parent 14c13bb4
......@@ -578,7 +578,7 @@ mrb_ary_shift(mrb_state *mrb, mrb_value self)
return val;
}
MRB_API mrb_value
static mrb_value
mrb_ary_shift_m(mrb_state *mrb, mrb_value self)
{
struct RArray *a = mrb_ary_ptr(self);
......
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