diff options
| -rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
