diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-12-18 20:27:33 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-12-18 20:27:33 -0500 |
commit | 213ea7a65e366638006a53ab248a8716d670175f (patch) | |
tree | 5cf4edab26381fe6760d87bbe1760f972f4b25fc | |
parent | dbf3231e2f27e38ab5b038e3d42ed2edcd09fc13 (diff) | |
download | gcc-213ea7a65e366638006a53ab248a8716d670175f.zip gcc-213ea7a65e366638006a53ab248a8716d670175f.tar.gz gcc-213ea7a65e366638006a53ab248a8716d670175f.tar.bz2 |
tweak
From-SVN: r17144
-rw-r--r-- | gcc/cp/cp-tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index fc66b2c..0961d97 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. */ |