mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Repalace int with mrb_bool because a return value is boolean.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user