From: Arno J. Klaassen Date: Fri, 24 Nov 2000 23:45:08 +0000 (+0100) Subject: * flow.c (print_rtl_and_abort): Remove ANSIism. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3ff75c42196cf0da280614e44b05be073e530c3;p=gcc.git * flow.c (print_rtl_and_abort): Remove ANSIism. From-SVN: r37722 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3dbbbcc7fb..2e1facf7fc8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-24 Arno J. Klaassen + + * flow.c (print_rtl_and_abort): Remove ANSIism. + Fri Nov 24 19:54:36 2000 Alexandre Oliva * config/sh/sh.h (GENERAL_REGISTER_P, diff --git a/gcc/flow.c b/gcc/flow.c index f9a7bfb011d..28d23cc4175 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -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) {