Commit 64d577b0 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #611 from tricknotes/stop-warning-of-proc

Stop warning in compiling proc.c
parents 83f41c9e 85dac05c
......@@ -43,7 +43,7 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
e = mrb->ci->env;
}
p->env = e;
return p;
return;
}
struct RProc *
......
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