OSDN Git Service

(cplus_decl_attribute): Add arg to decl_attributes.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Feb 1995 23:41:16 +0000 (23:41 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Feb 1995 23:41:16 +0000 (23:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9009 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl2.c

index b38f1db..1da4097 100644 (file)
@@ -1925,7 +1925,7 @@ void cplus_decl_attributes (decl, attributes)
      tree decl, attributes;
 {
   if (decl && decl != void_type_node)
-    decl_attributes (decl, attributes);
+    decl_attributes (decl, attributes, NULL_TREE);
 }
 \f
 /* CONSTRUCTOR_NAME: