cp-parse.in (objc_try_stmt): Do not specify a %type.
authorZiemowit Laski <zlaski@apple.com>
Thu, 25 Sep 2003 07:17:02 +0000 (07:17 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Thu, 25 Sep 2003 07:17:02 +0000 (07:17 +0000)
2003-09-25  Ziemowit Laski  <zlaski@apple.com>

        * cp-parse.in (objc_try_stmt): Do not specify a %type.

From-SVN: r71762

gcc/ChangeLog
gcc/c-parse.in

index 3846ea2091f66026e496eb6f81d7c74edb18da4b..1965eceb9fccf7a9a984d9faa30da03d846cbcd9 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-25  Ziemowit Laski  <zlaski@apple.com>
+
+       * cp-parse.in (objc_try_stmt): Do not specify a %type.
+
 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config.gcc: New 'widely ported system' clause for rtems.
index 3d14d916b076ee60f87941ad27281798d3651024..2d3eef84a86da8c57e2bd90834378c225f322fa4 100644 (file)
@@ -247,7 +247,7 @@ do {                                                                        \
 
 %type <ttype> CLASSNAME OBJECTNAME OBJC_STRING
 
-%type <ttype> objc_try_stmt superclass
+%type <ttype> superclass
 %type <itype> objc_try_catch_stmt objc_finally_block
 @@end_ifobjc
 \f