diff options
-rw-r--r-- | enumerator.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2700,8 +2700,13 @@ lazy_with_index_proc(VALUE proc_entry, struct MEMO* result, VALUE memos, long me return result; } static const lazyenum_funcs lazy_with_index_funcs = { - lazy_with_index_proc, 0, }; /* |