diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-04 01:55:50 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-04 01:55:50 +0000 |
commit | 695790443d9086ea902babc63b12e29e306bd0e6 (patch) | |
tree | d40d3df53a09947e306cecdd4c52164ae5ff60fc /gcc/diagnostic.h | |
parent | bfa20f71a67fa4aedad2885e97021dfd5993bdd0 (diff) | |
download | gcc-695790443d9086ea902babc63b12e29e306bd0e6.tar.gz |
gcc:
* c-aux-info.c: Include toplev.h after c-tree.h.
* c-common.c: Likewise.
(GCC_DIAG_STYLE): Undef.
* c-semantics.c (GCC_DIAG_STYLE): Define.
* c-tree.h (GCC_DIAG_STYLE): Likewise.
* diagnostic.h (inform): Move prototype to toplev.h.
* jump.c: Include diagnostic.h before toplev.h.
* toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
(warning, error, fatal_error, pedwarn, sorry, inform,
error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
cp:
* cp-tree.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_CXXDIAG): Define.
(cp_error_at, cp_warning_at, cp_pedwarn_at): Mark with
ATTRIBUTE_GCC_CXXDIAG.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68910 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 18a11b67354..73a3bd90cca 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -325,6 +325,5 @@ extern void output_printf (output_buffer *, const char *, ...) extern void output_verbatim (output_buffer *, const char *, ...); extern void verbatim (const char *, ...); extern char *file_name_as_prefix (const char *); -extern void inform (const char *, ...); #endif /* ! GCC_DIAGNOSTIC_H */ |