aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorArno J. Klaassen <arno@heho.snv.jussieu.fr>2000-11-25 00:45:08 +0100
committerRichard Henderson <rth@gcc.gnu.org>2000-11-24 15:45:08 -0800
commitc3ff75c42196cf0da280614e44b05be073e530c3 (patch)
tree33cefc485fa55baf16d607352cffb354dd143a94 /gcc/flow.c
parent104ee20b7275a376e5daf6eca33e03a152158c80 (diff)
downloadgcc-c3ff75c42196cf0da280614e44b05be073e530c3.zip
gcc-c3ff75c42196cf0da280614e44b05be073e530c3.tar.gz
gcc-c3ff75c42196cf0da280614e44b05be073e530c3.tar.bz2
* flow.c (print_rtl_and_abort): Remove ANSIism.
From-SVN: r37722
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index f9a7bfb..28d23cc 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)
{