aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-21 17:59:00 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-21 17:59:00 -0500
commit2a4f6a6151e9e1c87817e113aca30f58ff9eb676 (patch)
treee927e99e3fe3e7f1fa8b7d4d019e5ab1e2c6d471
parent347248143da1f13b0e856e07eb69773a6512349a (diff)
downloadgcc-2a4f6a6151e9e1c87817e113aca30f58ff9eb676.zip
gcc-2a4f6a6151e9e1c87817e113aca30f58ff9eb676.tar.gz
gcc-2a4f6a6151e9e1c87817e113aca30f58ff9eb676.tar.bz2
(decl_attributes): Added argument.
From-SVN: r8996
-rw-r--r--gcc/c-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index c843a25..a958d14 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -1,5 +1,5 @@
/* Definitions for C parsing and type checking.
- Copyright (C) 1987, 1993, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -156,7 +156,7 @@ extern void gen_aux_info_record PROTO((tree, int, int, int));
/* 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));