summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/array.c b/array.c
index 5695851f9c..4d3cd04a1c 100644
--- a/array.c
+++ b/array.c
@@ -1100,7 +1100,7 @@ rb_ary_delete_at(ary, pos)
return del;
}
-VALUE
+static VALUE
rb_ary_delete_at_m(ary, pos)
VALUE ary, pos;
{
@@ -1186,7 +1186,7 @@ rb_ary_replace_m(ary, ary2)
return ary;
}
-static VALUE
+VALUE
rb_ary_clear(ary)
VALUE ary;
{