Commit d3c733f9 by Neil Booth Committed by Neil Booth

* c-parse.in (notype_initdcl): Remove redundant line.

From-SVN: r42581
parent 47cf9247
2001-05-25 Neil Booth <neil@daikokuya.demon.co.uk>
* c-parse.in (notype_initdcl): Remove redundant line.
2001-05-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2001-05-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* aclocal.m4: Fixed typo. * aclocal.m4: Fixed typo.
......
...@@ -1460,7 +1460,6 @@ notype_initdcl: ...@@ -1460,7 +1460,6 @@ notype_initdcl:
init init
/* Note how the declaration of the variable is in effect while its init is parsed! */ /* Note how the declaration of the variable is in effect while its init is parsed! */
{ finish_init (); { finish_init ();
decl_attributes ($<ttype>5, $3, prefix_attributes);
finish_decl ($<ttype>5, $6, $2); } finish_decl ($<ttype>5, $6, $2); }
| notype_declarator maybeasm maybe_attribute | notype_declarator maybeasm maybe_attribute
{ tree d = start_decl ($1, current_declspecs, 0, { tree d = start_decl ($1, current_declspecs, 0,
......
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