(initdcl): Only call decl_attributes once.

From-SVN: r9240
This commit is contained in:
Richard Kenner 1995-03-29 06:47:07 -05:00
parent 8ff9a9d187
commit d10b562e27
1 changed files with 0 additions and 1 deletions

View File

@ -1044,7 +1044,6 @@ initdcl:
init
/* Note how the declaration of the variable is in effect while its init is parsed! */
{ finish_init ();
decl_attributes ($<ttype>5, $3, prefix_attributes);
finish_decl ($<ttype>5, $6, $2); }
| declarator maybeasm maybe_attribute
{ tree d = start_decl ($1, current_declspecs, 0);