diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-06 19:10:27 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-06 19:10:27 +0000 |
commit | 22f1c933a3b02f091d0237319ee32fbac171536f (patch) | |
tree | 8c7d7afce7e53df2b36a61bcc96ca4493ef90183 /gcc/cp/cp-tree.def | |
parent | 0631021f1b00ae6de41955219d15ae4c7ec5eb8f (diff) | |
download | gcc-22f1c933a3b02f091d0237319ee32fbac171536f.tar.gz |
86th Cygnus<->FSF quick merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12177 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r-- | gcc/cp/cp-tree.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 4694c476c75..63a93556496 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ Operand 0 is the object within which the offset is taken. Operand 1 is the offset. The language independent OFFSET_REF just won't work for us. */ -DEFTREECODE (CP_OFFSET_REF, "cp_offset_ref", "r", 2) +DEFTREECODE (OFFSET_REF, "offset_ref", "r", 2) /* For DELETE_EXPR, operand 0 is the store to be destroyed. Operand 1 is the value to pass to the destroying function @@ -50,7 +50,7 @@ DEFTREECODE (MEMBER_REF, "member_ref", "r", 2) operator converts to. Operand is expression to be converted. */ DEFTREECODE (TYPE_EXPR, "type_expr", "e", 1) -/* For CPLUS_NEW_EXPR, operand 0 is function which performs initialization, +/* For NEW_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 (NEW_EXPR, "nw_expr", "e", 3) |