aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index e4c419ea61..a2109cec25 100644
--- a/parse.y
+++ b/parse.y
@@ -3208,7 +3208,7 @@ f_larglist : '(' f_args opt_bv_decl rparen
$$ = dispatch4(params, $1, Qnil, Qnil, Qnil);
%*/
}
- | f_arg ',' opt_f_block_arg f_rest_arg opt_bv_decl
+ | f_arg ',' f_rest_arg opt_f_block_arg opt_bv_decl
{
/*%%%*/
$$ = NEW_LAMBDA(new_args($1, 0, $3, $4), $5);