OSDN Git Service

* cp-tree.def (STMT_EXPR): Fix typo in node name.
[pf3gnuchains/gcc-fork.git] / gcc / cp / cp-tree.def
index d31d33e..b48906e 100644 (file)
@@ -238,7 +238,7 @@ DEFTREECODE (HANDLER, "catch_stmt", 'e', 2)
 
 /* A STMT_EXPR represents a statement-expression.  The
    STMT_EXPR_STMT is the statement given by the expression.  */
-DEFTREECODE (STMT_EXPR, "cp_stmt_expr", 'e', 1)
+DEFTREECODE (STMT_EXPR, "stmt_expr", 'e', 1)
 
 DEFTREECODE (TAG_DEFN, "tag_defn", 'e', 0)