projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf3231
)
tweak
author
Jason Merrill
<jason@gcc.gnu.org>
Fri, 19 Dec 1997 01:27:33 +0000
(20:27 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Fri, 19 Dec 1997 01:27:33 +0000
(20:27 -0500)
From-SVN: r17144
gcc/cp/cp-tree.def
patch
|
blob
|
history
diff --git
a/gcc/cp/cp-tree.def
b/gcc/cp/cp-tree.def
index fc66b2cb58dfbf572a8a520b40d337c8216cf67a..0961d97071b6fec92209a5c962dbcf45bcc6da14 100644
(file)
--- 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. */