* flow.c (print_rtl_and_abort): Remove ANSIism.
authorArno J. Klaassen <arno@heho.snv.jussieu.fr>
Fri, 24 Nov 2000 23:45:08 +0000 (00:45 +0100)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 24 Nov 2000 23:45:08 +0000 (15:45 -0800)
From-SVN: r37722

gcc/ChangeLog
gcc/flow.c

index d3dbbbcc7fb044632711bbdff9150ed66af7635d..2e1facf7fc81489980edc7dee13e6ee777ae9af2 100644 (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,
index f9a7bfb011d4d88c2bd9b8334c25ed5724743981..28d23cc4175dbf3716e22e6588444c08c317e3b9 100644 (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)
     {