summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
-rw-r--r--enumerator.c7
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,
};
/*