]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 28 Aug 2001 23:44:42 +0000 (23:44 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 28 Aug 2001 23:44:42 +0000 (23:44 +0000)
* tree.c (default_valid_attribute_p): Don't use PARAMS on a
function definition.

From-SVN: r45247

gcc/ChangeLog
gcc/tree.c

index 648b5f5cef6ec3bda273584280936fb082166b73..d7f8e79fc4b5b18a3519d095b1428a1b7e161385 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e5bc8d8dba9cbcbd2812f9ab2f908aee88f0b1a4..548ba7e970c8db29d3a3e6e9a515078c8e91ab3f 100644 (file)
@@ -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;