diff --git a/string.c b/string.c index 03922e56c1..941fb4b4f0 100644 --- a/string.c +++ b/string.c @@ -6878,7 +6878,7 @@ rb_str_enumerate_bytes(VALUE str, int wantarray) if (wantarray) ary = rb_ary_new2(RSTRING_LEN(str)); else - RETURN_SIZED_ENUMERATOR(str, 0, 0, rb_str_each_byte_size); + return SIZED_ENUMERATOR(str, 0, 0, rb_str_each_byte_size); } for (i=0; i