1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-09-25 17:59:13 +00:00
parent 9448424dba
commit 684a768ef5

1
eval.c
View file

@ -5033,6 +5033,7 @@ rb_feature_p(feature, wait)
{
VALUE *p, *pend;
char *f;
int len;
p = RARRAY(rb_features)->ptr;
pend = p + RARRAY(rb_features)->len;