regen
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Oct 1999 03:20:47 +0000 (03:20 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Oct 1999 03:20:47 +0000 (03:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30136 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/parse.c

index e7d774d..0ab090c 100644 (file)
@@ -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: