Skip to content

Commit

Permalink
matz
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Sep 25, 2000
1 parent 9448424 commit 684a768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 684a768

Please sign in to comment.