aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-09-19 03:26:11 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-09-19 03:26:11 +0000
commit3f80e6acb17b52b491c82a472828ae727f00db72 (patch)
treebea5d273a641ed7dce8b14e7877a7f9c20e1ab85 /gcc/c-common.h
parentcfbd829cca78f59b18cd8d146f5ed654c5cea73e (diff)
downloadgcc-3f80e6acb17b52b491c82a472828ae727f00db72.zip
gcc-3f80e6acb17b52b491c82a472828ae727f00db72.tar.gz
gcc-3f80e6acb17b52b491c82a472828ae727f00db72.tar.bz2
Makefile.in (c-common.o): Depend on diagnostic.h.
* Makefile.in (c-common.o): Depend on diagnostic.h. * c-common.c: Include diagnostic.h. (tfaff): Delete. (status_warning): New function. (check_format_info, maybe_read_dollar_number, check_format_types, finish_dollar_format_checking, check_function_format): Accept a `status' parameter. All callers changed. * c-common.h (check_function_format): Accept a `status' parameter. * c-typeck.c: Update call to `check_function_format'. cp: * cp-tree.h (check_function_format): Accept a `status' parameter. * call.c, typeck.c: Updates calls to `check_function_format'. From-SVN: r36524
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 2477a0f..bb9eee7 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -396,7 +396,7 @@ extern tree (*make_fname_decl) PARAMS ((tree, const char *, int
extern void declare_function_name PARAMS ((void));
extern void decl_attributes PARAMS ((tree, tree, tree));
extern void init_function_format_info PARAMS ((void));
-extern void check_function_format PARAMS ((tree, tree, tree));
+extern void check_function_format PARAMS ((int *, tree, tree, tree));
extern void c_apply_type_quals_to_decl PARAMS ((int, tree));
/* Print an error message for invalid operands to arith operation CODE.
NOP_EXPR is used as a special case (see truthvalue_conversion). */