mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
* c-parse.in (notype_initdcl): Remove redundant line.
From-SVN: r42581
This commit is contained in:
parent
47cf924739
commit
d3c733f95f
@ -1,3 +1,7 @@
|
|||||||
|
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:
|
|||||||
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user