Commit 252cf812 by Kaveh R. Ghazi Committed by Kaveh Ghazi

tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.

	* tree.c (default_valid_attribute_p): Don't use PARAMS on a
	function definition.

From-SVN: r45247
parent d59c5346
2001-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* tree.c (default_valid_attribute_p): Don't use PARAMS on a
function definition.
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
* df.h (struct df): Add rts_order variable.
......
......@@ -2691,7 +2691,7 @@ build_type_attribute_variant (ttype, attribute)
targetm.valid_type_attribute_p that always returns false. */
int
default_valid_attribute_p PARAMS ((attr_name, attr_args, decl, type))
default_valid_attribute_p (attr_name, attr_args, decl, type)
tree attr_name ATTRIBUTE_UNUSED;
tree attr_args ATTRIBUTE_UNUSED;
tree decl ATTRIBUTE_UNUSED;
......
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