Commit 4a6bcd93 by Ziemowit Laski Committed by Ziemowit Laski

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

2003-09-25  Ziemowit Laski  <zlaski@apple.com>

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

From-SVN: r71762
parent 8179b3c8
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment