summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index c12b80cc06..0fb5605345 100644
--- a/parse.y
+++ b/parse.y
@@ -2546,6 +2546,7 @@ primary : literal
{
/*%%%*/
$$ = new_hash($2);
+ $$->nd_alen = TRUE;
/*%
$$ = dispatch1(hash, escape_Qundef($2));
%*/