adjust signedness in mruby-eval gem

parent 2be348a0
......@@ -50,7 +50,7 @@ search_variable(mrb_state *mrb, mrb_sym vsym)
static void
patch_irep(mrb_state *mrb, mrb_irep *irep)
{
int i;
size_t i;
mrb_code c;
for (i = 0; i < irep->ilen; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment