fixup! parse.y: unnamed rest argument should be `mul (*)`.

parent 2e41b205
......@@ -9893,8 +9893,8 @@ yyreduce:
case 562:
#line 3925 "mrbgems/mruby-compiler/core/parse.y"
{
local_add_f(p, intern_op(mul));
(yyval.id) = -1;
(yyval.id) = intern_op(mul);
local_add_f(p, (yyval.id));
}
#line 9900 "mrbgems/mruby-compiler/core/y.tab.c"
break;
......
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