diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-29 06:47:07 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-29 06:47:07 -0500 |
commit | d10b562e27826bef5d4683b93c28808f67e5439a (patch) | |
tree | bb5ddc8cbb21a2648990e32a30f7889c52d1bc0f /gcc | |
parent | 8ff9a9d187c4210a7afd4140997593e58803d86a (diff) | |
download | gcc-d10b562e27826bef5d4683b93c28808f67e5439a.zip gcc-d10b562e27826bef5d4683b93c28808f67e5439a.tar.gz gcc-d10b562e27826bef5d4683b93c28808f67e5439a.tar.bz2 |
(initdcl): Only call decl_attributes once.
From-SVN: r9240
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-parse.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index f977516..2a9fd01 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -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); |