Commit 820b778a by Douglas Rupp Committed by Richard Kenner

(decl_attributes): Added argument.

From-SVN: r9008
parent 743b8433
/* Definitions for C++ parsing and type checking. /* 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) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -1376,7 +1376,7 @@ extern int warn_overloaded_virtual; ...@@ -1376,7 +1376,7 @@ extern int warn_overloaded_virtual;
/* in c-common.c */ /* in c-common.c */
extern void declare_function_name PROTO((void)); 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 init_function_format_info PROTO((void));
extern void record_function_format PROTO((tree, tree, int, int, int)); extern void record_function_format PROTO((tree, tree, int, int, int));
extern void check_function_format PROTO((tree, tree, tree)); extern void check_function_format PROTO((tree, tree, tree));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment