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

parent 9e064f23
......@@ -3923,8 +3923,8 @@ f_rest_arg : restarg_mark tIDENTIFIER
}
| restarg_mark
{
local_add_f(p, intern_op(mul));
$$ = -1;
$$ = intern_op(mul);
local_add_f(p, $$);
}
;
......
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