Fix a bug caused by tBDOT3 (argument forwarding).

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-12-08 22:01:47 +09:00
parent ed29d74bfd
commit 2e9b8f0d9b
2 changed files with 2530 additions and 2892 deletions
+2 -2
View File
@@ -2397,7 +2397,7 @@ paren_args : '(' opt_call_args ')'
{
$$ = $2;
}
| '(' tDOT3 rparen
| '(' tBDOT3 rparen
{
#if 1
mrb_sym r = MRB_OPSYM(mul);
@@ -3493,7 +3493,7 @@ f_arglist_paren : '(' f_args rparen
p->lstate = EXPR_BEG;
p->cmd_start = TRUE;
}
| '(' tDOT3 rparen
| '(' tBDOT3 rparen
{
#if 1
/* til real keyword args implemented */
File diff suppressed because it is too large Load Diff