* flow.c (print_rtl_and_abort): Remove ANSIism.

From-SVN: r37722
This commit is contained in:
Arno J. Klaassen 2000-11-25 00:45:08 +01:00 committed by Richard Henderson
parent 104ee20b72
commit c3ff75c421
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-11-24 Arno J. Klaassen <arno@heho.snv.jussieu.fr>
* flow.c (print_rtl_and_abort): Remove ANSIism.
Fri Nov 24 19:54:36 2000 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (GENERAL_REGISTER_P,

View File

@ -6269,7 +6269,7 @@ print_rtl_with_bb (outf, rtx_first)
/* Dump the rtl into the current debugging dump file, then abort. */
static void
print_rtl_and_abort (void)
print_rtl_and_abort ()
{
if (rtl_dump_file)
{