diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-10-14 15:19:35 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-10-14 15:19:35 -0400 |
commit | 1f479842ab6f6cb9ae412a2687454bb59380eec0 (patch) | |
tree | 4f392b47ce500aafc451204f371cf78074695ec4 /gcc | |
parent | 1f06b26767080802e6d5213dd9a9dbddd7430b0d (diff) | |
download | gcc-1f479842ab6f6cb9ae412a2687454bb59380eec0.zip gcc-1f479842ab6f6cb9ae412a2687454bb59380eec0.tar.gz gcc-1f479842ab6f6cb9ae412a2687454bb59380eec0.tar.bz2 |
regen
From-SVN: r15905
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/parse.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/cp/parse.c b/gcc/cp/parse.c index 1e8529d..f3a3b74 100644 --- a/gcc/cp/parse.c +++ b/gcc/cp/parse.c @@ -4805,25 +4805,25 @@ case 174: break;} case 176: #line 1052 "parse.y" -{ yyval.ttype = tree_cons (NULL_TREE, yyval.ttype, - build_tree_list (NULL_TREE, yyvsp[0].ttype)); ; +{ yyval.ttype = expr_tree_cons (NULL_TREE, yyval.ttype, + build_expr_list (NULL_TREE, yyvsp[0].ttype)); ; break;} case 177: #line 1055 "parse.y" -{ yyval.ttype = tree_cons (NULL_TREE, yyval.ttype, - build_tree_list (NULL_TREE, error_mark_node)); ; +{ yyval.ttype = expr_tree_cons (NULL_TREE, yyval.ttype, + build_expr_list (NULL_TREE, error_mark_node)); ; break;} case 178: #line 1058 "parse.y" -{ chainon (yyval.ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ; +{ chainon (yyval.ttype, build_expr_list (NULL_TREE, yyvsp[0].ttype)); ; break;} case 179: #line 1060 "parse.y" -{ chainon (yyval.ttype, build_tree_list (NULL_TREE, error_mark_node)); ; +{ chainon (yyval.ttype, build_expr_list (NULL_TREE, error_mark_node)); ; break;} case 180: #line 1065 "parse.y" -{ yyval.ttype = build_tree_list (NULL_TREE, yyval.ttype); ; +{ yyval.ttype = build_expr_list (NULL_TREE, yyval.ttype); ; break;} case 182: #line 1071 "parse.y" @@ -6036,23 +6036,23 @@ case 414: break;} case 415: #line 2172 "parse.y" -{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ; +{ yyval.ttype = expr_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ; break;} case 416: #line 2175 "parse.y" -{ yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype); ; +{ yyval.ttype = build_expr_list (yyvsp[-2].ttype, yyvsp[0].ttype); ; break;} case 417: #line 2177 "parse.y" -{ yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ; +{ yyval.ttype = expr_tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ; break;} case 418: #line 2179 "parse.y" -{ yyval.ttype = build_tree_list (yyval.ttype, yyvsp[0].ttype); ; +{ yyval.ttype = build_expr_list (yyval.ttype, yyvsp[0].ttype); ; break;} case 419: #line 2181 "parse.y" -{ yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ; +{ yyval.ttype = expr_tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ; break;} case 420: #line 2186 "parse.y" |