* exceptions.h: Include ui-out.h.
(ui_out): Remove declaration. * Makefile.in (exceptions_h): Add dependency on ui-out.h.
This commit is contained in:
parent
b38b1562e1
commit
e74e72b411
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-04-02 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* exceptions.h: Include ui-out.h.
|
||||
(ui_out): Remove declaration.
|
||||
* Makefile.in (exceptions_h): Add dependency on ui-out.h.
|
||||
|
||||
2005-05-30 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* MAINTAINERS (Can Commit Without Approval): New section,
|
||||
|
|
|
@ -672,7 +672,7 @@ dwarf2loc_h = dwarf2loc.h
|
|||
environ_h = environ.h
|
||||
event_loop_h = event-loop.h
|
||||
event_top_h = event-top.h
|
||||
exceptions_h = exceptions.h
|
||||
exceptions_h = exceptions.h $(ui_out_h)
|
||||
exec_h = exec.h $(target_h)
|
||||
expression_h = expression.h $(symtab_h) $(doublest_h)
|
||||
fbsd_nat_h = fbsd-nat.h
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
#ifndef EXCEPTIONS_H
|
||||
#define EXCEPTIONS_H
|
||||
|
||||
struct ui_out;
|
||||
|
||||
#include "ui-out.h"
|
||||
#include <setjmp.h>
|
||||
|
||||
/* Reasons for calling throw_exceptions(). NOTE: all reason values
|
||||
|
|
Loading…
Reference in a new issue