Repalace int with mrb_bool because a return value is boolean.

This commit is contained in:
Jun Hiroe
2013-07-15 23:00:54 +09:00
parent 18c167b8b5
commit 8e42868600
11 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ scope_body(codegen_scope *s, node *tree)
return idx - s->idx;
}
static int
static mrb_bool
nosplat(node *t)
{
while (t) {