mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3537b97bc1
commit
d657d4feb3
3 changed files with 6 additions and 1 deletions
|
@ -854,6 +854,7 @@ RUBY_EXTERN VALUE rb_cCont;
|
|||
RUBY_EXTERN VALUE rb_cDir;
|
||||
RUBY_EXTERN VALUE rb_cData;
|
||||
RUBY_EXTERN VALUE rb_cFalseClass;
|
||||
RUBY_EXTERN VALUE rb_cEnumerator;
|
||||
RUBY_EXTERN VALUE rb_cFile;
|
||||
RUBY_EXTERN VALUE rb_cFixnum;
|
||||
RUBY_EXTERN VALUE rb_cFloat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue