aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-08-28 23:44:42 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-08-28 23:44:42 +0000
commit252cf8126e2b3bbdbd483e93a27d1b7288c01b99 (patch)
tree6a9f7d490218d6c69772aee38b9a37b097c439b4 /gcc/tree.c
parentd59c53465154c8217f8d5f1fc3e53e78a170ee9a (diff)
downloadgcc-252cf8126e2b3bbdbd483e93a27d1b7288c01b99.zip
gcc-252cf8126e2b3bbdbd483e93a27d1b7288c01b99.tar.gz
gcc-252cf8126e2b3bbdbd483e93a27d1b7288c01b99.tar.bz2
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
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index e5bc8d8..548ba7e 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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;