Remove warning

This commit is contained in:
mattn
2014-02-04 18:12:35 +09:00
parent 857e384187
commit c850372029
+1 -1
View File
@@ -220,7 +220,7 @@ fiber_yield(mrb_state *mrb, mrb_value self)
struct mrb_context *c = mrb->c;
mrb_callinfo *ci;
mrb_value *a;
int i, len;
int len;
for (ci = c->ci; ci >= c->cibase; ci--) {
if (ci->acc < 0) {