mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3073404e74
Currently, there is not a way to create a sized enumerator in C with a different set of arguments than provided by Ruby, and correctly handle keyword arguments. This function allows that. The need for this is fairly uncommon, but it occurs at least in Enumerator.produce, which takes arugments from Ruby but calls rb_enumeratorize_with_size with a different set of arguments.
14 lines
541 B
Text
14 lines
541 B
Text
# AUTOGENERATED DEPENDENCIES START
|
|
enumerator_kw.o: $(RUBY_EXTCONF_H)
|
|
enumerator_kw.o: $(arch_hdrdir)/ruby/config.h
|
|
enumerator_kw.o: $(hdrdir)/ruby.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/assert.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/backward.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/defines.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/intern.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/missing.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/ruby.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/st.h
|
|
enumerator_kw.o: $(hdrdir)/ruby/subst.h
|
|
enumerator_kw.o: enumerator_kw.c
|
|
# AUTOGENERATED DEPENDENCIES END
|