summaryrefslogtreecommitdiff
path: root/gcc/c-common.def
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-22 23:22:53 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-22 23:22:53 +0000
commit852c026b8dde4dd1af018b2a6234a93f1f2c621e (patch)
tree777216bb8cea6bff0c7cd16e133fe0e125f5ccd2 /gcc/c-common.def
parent83c8a8ea49d8c11080ce2ec6514ced0232ae8c50 (diff)
downloadgcc-852c026b8dde4dd1af018b2a6234a93f1f2c621e.tar.gz
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
* c-common.def: Adjust. * c-dump.c (c_dump_tree): Adjust. * c-semantics.c (genrtl_return_stmt): Adjust. * c-pretty-print.c (pp_c_statement): Adjust. * tree-inline.c (copy_body_r): Adjust. 2002-08-22 Jason Merrill <jason@redhat.com> * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR. * semantics.c (nullify_returns_r): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.def')
-rw-r--r--gcc/c-common.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.def b/gcc/c-common.def
index 7ad9e385229..efcd2568cab 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -61,7 +61,7 @@ DEFTREECODE (WHILE_STMT, "while_stmt", 'e', 2)
DEFTREECODE (DO_STMT, "do_stmt", 'e', 2)
/* Used to represent a 'return' statement. The operand is
- RETURN_EXPR. */
+ RETURN_STMT_EXPR. */
DEFTREECODE (RETURN_STMT, "return_stmt", 'e', 1)
/* Used to represent a 'break' statement. */