From: Mark Mitchell Date: Fri, 10 Sep 1999 01:09:05 +0000 (+0000) Subject: * parse.y (simple_stmt): Fix typo in last change. X-Git-Tag: prereleases/libstdc++-2.92~10698 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bbda436383a1162d78ce4c43f7992adb136b89b;p=thirdparty%2Fgcc.git * parse.y (simple_stmt): Fix typo in last change. From-SVN: r29252 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f90f80498d17..e8360eefa004 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 1999-09-09 Mark Mitchell + * 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. diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y index 1b1c8b557e29..6608f8511543 100644 --- a/gcc/cp/parse.y +++ b/gcc/cp/parse.y @@ -3278,7 +3278,7 @@ simple_stmt: '(' condition ')' { finish_switch_cond ($4, $2); } implicitly_scoped_stmt - { finish_switch_stmt ($4, $6); } + { finish_switch_stmt ($4, $2); } | CASE expr_no_commas ':' { finish_case_label ($2, NULL_TREE); } stmt