summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 934fb36489..1313093a53 100644
--- a/array.c
+++ b/array.c
@@ -44,7 +44,7 @@ memfill(mem, size, val)
#define ARY_TMPLOCK FL_USER1
-static void
+static inline void
rb_ary_modify_check(ary)
VALUE ary;
{