summaryrefslogtreecommitdiff
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 54e0c6ab8a..3f85c07b09 100644
--- a/parse.y
+++ b/parse.y
@@ -3453,7 +3453,7 @@ f_larglist : '(' f_args opt_bv_decl rparen
$$ = dispatch1(paren, $2);
%*/
}
- | f_args opt_bv_decl
+ | f_args
{
/*%%%*/
$$ = NEW_LAMBDA($1);