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 9160fcc576..a038260d3a 100644
--- a/parse.y
+++ b/parse.y
@@ -2657,7 +2657,7 @@ primary : literal
| tLPAREN_ARG {SET_LEX_STATE(EXPR_ENDARG);} rparen
{
/*%%%*/
- $$ = 0;
+ $$ = NEW_BEGIN(0);
/*%
$$ = dispatch1(paren, 0);
%*/