OSDN Git Service

(initdcl): Only call decl_attributes once.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 1995 11:47:07 +0000 (11:47 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 1995 11:47:07 +0000 (11:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9240 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-parse.in

index f977516..2a9fd01 100644 (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);