mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
parse.y: unnamed rest argument should be mul (*).
This commit is contained in:
@@ -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, $$);
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user