From 820b778a15f46632630718dc3947b12a01d5887e Mon Sep 17 00:00:00 2001 From: Douglas Rupp Date: Tue, 21 Feb 1995 18:40:53 -0500 Subject: [PATCH] (decl_attributes): Added argument. From-SVN: r9008 --- gcc/cp/cp-tree.h | 4 ++-- 1 file 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)); -- 2.7.4