tweak
authorJason Merrill <jason@gcc.gnu.org>
Fri, 19 Dec 1997 01:27:33 +0000 (20:27 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 19 Dec 1997 01:27:33 +0000 (20:27 -0500)
From-SVN: r17144

gcc/cp/cp-tree.def

index fc66b2cb58dfbf572a8a520b40d337c8216cf67a..0961d97071b6fec92209a5c962dbcf45bcc6da14 100644 (file)
@@ -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.  */