From: Ziemowit Laski Date: Thu, 25 Sep 2003 07:17:02 +0000 (+0000) Subject: cp-parse.in (objc_try_stmt): Do not specify a %type. X-Git-Tag: releases/gcc-3.4.0~3519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a6bcd936aadda4aef8a2b08e9b84460dacdaabb;p=thirdparty%2Fgcc.git cp-parse.in (objc_try_stmt): Do not specify a %type. 2003-09-25 Ziemowit Laski * cp-parse.in (objc_try_stmt): Do not specify a %type. From-SVN: r71762 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3846ea2091f6..1965eceb9fcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-25 Ziemowit Laski + + * cp-parse.in (objc_try_stmt): Do not specify a %type. + 2003-09-25 Nathanael Nerode * config.gcc: New 'widely ported system' clause for rtems. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 3d14d916b076..2d3eef84a86d 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -247,7 +247,7 @@ do { \ %type CLASSNAME OBJECTNAME OBJC_STRING -%type objc_try_stmt superclass +%type superclass %type objc_try_catch_stmt objc_finally_block @@end_ifobjc