aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index ef7d3e6ee6..af4fa6f8d7 100644
--- a/parse.y
+++ b/parse.y
@@ -3001,7 +3001,7 @@ for_var : lhs
f_marg : f_norm_arg
{
/*%%%*/
- $$ = assignable($1, 0); //NEW_LIST(assignable($1, 0));
+ $$ = assignable($1, 0);
/*%
$$ = dispatch1(mlhs_paren, $1);
%*/
@@ -3009,7 +3009,7 @@ f_marg : f_norm_arg
| tLPAREN f_margs rparen
{
/*%%%*/
- $$ = $2; //NEW_LIST($2);
+ $$ = $2;
/*%
$$ = dispatch1(mlhs_paren, $2);
%*/