diagnostic.h (report_diagnostic): Change prototype.
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 18 Jul 2000 08:40:32 +0000 (08:40 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 18 Jul 2000 08:40:32 +0000 (08:40 +0000)
commite81b4d6305ef9885149e87d374a909e8ff442edb
tree408c67b67b9b53588977593ecb6b22fdb4787f2d
parent485c3e11a009cf2f7859e74fec35531435a4a867
diagnostic.h (report_diagnostic): Change prototype.

2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>

        * diagnostic.h (report_diagnostic): Change prototype.

        * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
        diagnostic_for_decl):  Change prototype.
        (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
        error, warning, error_with_file_and_line,
        warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
        Adjust call to report_diagnostic, diagnostic_for_decl.
        (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
        (output_verbatim, verbatim): Adjust call to output_do_verbatim.

        * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
        varaible argument list.

From-SVN: r35116
gcc/ChangeLog
gcc/c-errors.c
gcc/diagnostic.c
gcc/diagnostic.h