]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* parse.y (simple_stmt): Fix typo in last change.
authorMark Mitchell <mark@codesourcery.com>
Fri, 10 Sep 1999 01:09:05 +0000 (01:09 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 10 Sep 1999 01:09:05 +0000 (01:09 +0000)
From-SVN: r29252

gcc/cp/ChangeLog
gcc/cp/parse.y

index f90f80498d17059a029f972c295288733896b7b0..e8360eefa004a627b9c196d2293409148d74b5d6 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 1b1c8b557e29437bb9dfec25fd3f564abefdd7f9..6608f85115439abbc669c4a92dbeb7f2806f9468 100644 (file)
@@ -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