mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9448424dba
commit
684a768ef5
1 changed files with 1 additions and 0 deletions
1
eval.c
1
eval.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue