summaryrefslogtreecommitdiffstats
path: root/y.tab.c.shipped
diff options
context:
space:
mode:
Diffstat (limited to 'y.tab.c.shipped')
-rw-r--r--y.tab.c.shipped4
1 files changed, 2 insertions, 2 deletions
diff --git a/y.tab.c.shipped b/y.tab.c.shipped
index 9f456895..ece9571b 100644
--- a/y.tab.c.shipped
+++ b/y.tab.c.shipped
@@ -5153,7 +5153,7 @@ yyreduce:
/* Line 1806 of yacc.c */
#line 978 "parser.y"
- { (yyval.val) = make_hash(nil, nil, t); }
+ { (yyval.val) = make_hash(hash_weak_none, t); }
break;
case 233:
@@ -5297,7 +5297,7 @@ yyreduce:
unquotes_occur((yyvsp[(3) - (3)].val), 0)))
{ (yyval.val) = cons(list((yyvsp[(1) - (3)].val), (yyvsp[(3) - (3)].val), nao), nil); }
else
- { (yyval.val) = make_hash(nil, nil, t);
+ { (yyval.val) = make_hash(hash_weak_none, t);
sethash((yyval.val), (yyvsp[(1) - (3)].val), (yyvsp[(3) - (3)].val)); } }
break;