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
Родитель 9448424dba
Коммит 684a768ef5
1 изменённых файлов: 1 добавлений и 0 удалений

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;