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 204b788c2f..b927a2c809 100644
--- a/parse.y
+++ b/parse.y
@@ -1228,7 +1228,7 @@ aref_args : none
| tSTAR arg opt_nl
{
value_expr($2);
- $$ = NEW_NEWLINE(NEW_SPLAT($2));
+ $$ = NEW_LIST(NEW_SPLAT($2));
}
;