aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-parse.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3846ea2..1965ece 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 3d14d916..2d3eef8 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -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