aboutsummaryrefslogtreecommitdiffstats
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 68352d7b79..2caea0f138 100644
--- a/parse.y
+++ b/parse.y
@@ -4901,7 +4901,7 @@ p_var_ref : '^' tIDENTIFIER
}
;
-p_expr_ref : '^' tLPAREN expr_value ')'
+p_expr_ref : '^' tLPAREN expr_value rparen
{
/*%%%*/
$$ = NEW_BEGIN($3, &@$);