From: Jason Merrill Date: Fri, 19 Dec 1997 01:27:33 +0000 (-0500) Subject: tweak X-Git-Tag: releases/libf2c-0.5.21~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=213ea7a65e366638006a53ab248a8716d670175f;p=thirdparty%2Fgcc.git tweak From-SVN: r17144 --- diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index fc66b2cb58df..0961d97071b6 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -59,7 +59,7 @@ DEFTREECODE (TYPE_EXPR, "type_expr", 'e', 1) /* For AGGR_INIT_EXPR, operand 0 is function which performs initialization, operand 1 is argument list to initialization function, and operand 2 is the slot which was allocated for this expression. */ -DEFTREECODE (AGGR_INIT_EXPR, "nw_expr", 'e', 3) +DEFTREECODE (AGGR_INIT_EXPR, "aggr_init_expr", 'e', 3) /* A throw expression. operand 0 is the expression, if there was one, else it is NULL_TREE. */