From ecb2452b82c6601655de7ba0283142a2fcd7c6a1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 22 Oct 1999 23:20:47 -0400 Subject: regen From-SVN: r30136 --- gcc/cp/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/parse.c b/gcc/cp/parse.c index e7d774d..0ab090c 100644 --- a/gcc/cp/parse.c +++ b/gcc/cp/parse.c @@ -5366,7 +5366,7 @@ case 239: break;} case 240: #line 1176 "parse.y" -{ yyval.ttype = build_va_arg (yyvsp[-3].ttype, groktypename (yyvsp[-1].ftype.t)); +{ yyval.ttype = build_x_va_arg (yyvsp[-3].ttype, groktypename (yyvsp[-1].ftype.t)); check_for_new_type ("__builtin_va_arg", yyvsp[-1].ftype); ; break;} case 241: -- cgit v1.1