mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
array.c: mrb_ary_shift_m should be static.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user