OSDN Git Service

* tree.c (default_valid_attribute_p): Don't use PARAMS on a
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 23:44:42 +0000 (23:44 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 23:44:42 +0000 (23:44 +0000)
function definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45247 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 648b5f5..d7f8e79 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 e5bc8d8..548ba7e 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;