From 17074a35df5c8c5de3f24cef85585b0f738d1ec9 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Thu, 4 Nov 1999 19:51:48 +0000 Subject: [PATCH] rtl.c: Include toplev.h. * rtl.c: Include toplev.h. (fatal): Remove declaration. From-SVN: r30398 --- gcc/ChangeLog | 5 +++++ gcc/rtl.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73dae90219b..42b5b0b51db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 4 14:22:12 1999 David Billinghurst , Alexandre Oliva + + * rtl.c: Include toplev.h. + (fatal): Remove declaration. + Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com) * haifa-sched.c (schedule_block): Fix thinko. diff --git a/gcc/rtl.c b/gcc/rtl.c index aa3e7407d50..6a1599a4ea4 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "bitmap.h" #include "ggc.h" #include "obstack.h" +#include "toplev.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free @@ -1243,9 +1244,6 @@ trim_filename (name) /* Report an internal compiler error in a friendly manner and without dumping core. */ -extern void fatal PVPROTO ((const char *, ...)) - ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; - void fancy_abort (file, line, function) const char *file; -- 2.30.2