(cplus_decl_attribute): Add arg to decl_attributes.

From-SVN: r9009
This commit is contained in:
Douglas Rupp 1995-02-21 18:41:16 -05:00 committed by Richard Kenner
parent 820b778a15
commit 7412329721
1 changed files with 1 additions and 1 deletions

View 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);
}
/* CONSTRUCTOR_NAME: