Commit 1bbda436 by Mark Mitchell Committed by Mark Mitchell

* parse.y (simple_stmt): Fix typo in last change.

From-SVN: r29252
parent f1b856d9
1999-09-09 Mark Mitchell <mark@codesourcery.com>
* parse.y (simple_stmt): Fix typo in last change.
* cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.
(STMT_IS_FULL_EXPR_P): Likewise.
(STMT_LINENO_FOR_FN_P): Likewise.
......
......@@ -3278,7 +3278,7 @@ simple_stmt:
'(' condition ')'
{ finish_switch_cond ($4, $<ttype>2); }
implicitly_scoped_stmt
{ finish_switch_stmt ($4, $<ttype>6); }
{ finish_switch_stmt ($4, $<ttype>2); }
| CASE expr_no_commas ':'
{ finish_case_label ($2, NULL_TREE); }
stmt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment