]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (c-common.o): Depend on diagnostic.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 19 Sep 2000 03:26:11 +0000 (03:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 19 Sep 2000 03:26:11 +0000 (03:26 +0000)
commit3f80e6acb17b52b491c82a472828ae727f00db72
treebea5d273a641ed7dce8b14e7877a7f9c20e1ab85
parentcfbd829cca78f59b18cd8d146f5ed654c5cea73e
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
gcc/ChangeLog
gcc/Makefile.in
gcc/c-common.c
gcc/c-common.h
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/typeck.c
This page took 0.059513 seconds and 5 git commands to generate.