diff options
author | Douglas Rupp <drupp@cs.washington.edu> | 1995-02-21 18:40:53 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-02-21 18:40:53 -0500 |
commit | 820b778a15f46632630718dc3947b12a01d5887e (patch) | |
tree | 91ec0f82bd6eb9defd532733104cd9010e0a1932 /gcc | |
parent | 743b8433b713950c11ac8b2620f53e69d7b1e6d4 (diff) | |
download | gcc-820b778a15f46632630718dc3947b12a01d5887e.zip gcc-820b778a15f46632630718dc3947b12a01d5887e.tar.gz gcc-820b778a15f46632630718dc3947b12a01d5887e.tar.bz2 |
(decl_attributes): Added argument.
From-SVN: r9008
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/cp-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 27b616a..d39a885 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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)); |