From 213ea7a65e366638006a53ab248a8716d670175f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 18 Dec 1997 20:27:33 -0500 Subject: [PATCH] tweak From-SVN: r17144 --- gcc/cp/cp-tree.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index fc66b2cb58d..0961d97071b 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. */ -- 2.30.2