OSDN Git Service

* c-parse.in (notype_initdcl): Remove redundant line.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2001 19:44:20 +0000 (19:44 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2001 19:44:20 +0000 (19:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42581 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-parse.in

index b35f005..6f9a13c 100644 (file)
@@ -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>
 
        * aclocal.m4: Fixed typo.
 2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * aclocal.m4: Fixed typo.
index e64e140..bcbd15f 100644 (file)
@@ -1460,7 +1460,6 @@ notype_initdcl:
          init
 /* Note how the declaration of the variable is in effect while its init is parsed! */
                { finish_init ();
          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); }
        | notype_declarator maybeasm maybe_attribute
                { tree d = start_decl ($1, current_declspecs, 0,
                  finish_decl ($<ttype>5, $6, $2); }
        | notype_declarator maybeasm maybe_attribute
                { tree d = start_decl ($1, current_declspecs, 0,