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