Commit 74123297 by Douglas Rupp Committed by Richard Kenner

(cplus_decl_attribute): Add arg to decl_attributes.

From-SVN: r9009
parent 820b778a
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment