summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/enum.c b/enum.c
index 3b804fae48..655cebeada 100644
--- a/enum.c
+++ b/enum.c
@@ -356,6 +356,7 @@ enum_length(obj)
return INT2FIX(length);
}
+static VALUE
each_with_index_i(val, indexp)
VALUE val;
int *indexp;