]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(decl_attributes): Added argument.
authorDouglas Rupp <drupp@cs.washington.edu>
Tue, 21 Feb 1995 23:40:53 +0000 (18:40 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 23:40:53 +0000 (18:40 -0500)
From-SVN: r9008

gcc/cp/cp-tree.h

index 27b616aee0a1e0d7cfc8e1ffcc2b871a9333b1b2..d39a88595a306c7992d5774d67072fce51c0dafa 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for C++ parsing and type checking.
-   Copyright (C) 1987, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1993, 1995 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GNU CC.
@@ -1376,7 +1376,7 @@ extern int warn_overloaded_virtual;
 
 /* in c-common.c */
 extern void declare_function_name               PROTO((void));
-extern void decl_attributes                     PROTO((tree, tree));
+extern void decl_attributes                     PROTO((tree, tree, tree));
 extern void init_function_format_info          PROTO((void));
 extern void record_function_format             PROTO((tree, tree, int, int, int));
 extern void check_function_format              PROTO((tree, tree, tree));