Commit 17074a35 by David Billinghurst Committed by Alexandre Oliva

rtl.c: Include toplev.h.

* rtl.c: Include toplev.h.
(fatal): Remove declaration.

From-SVN: r30398
parent 397f674e
Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* 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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment