* exceptions.h: Include ui-out.h.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 2 Jun 2005 16:52:04 +0000 (16:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 2 Jun 2005 16:52:04 +0000 (16:52 +0000)
        (ui_out): Remove declaration.
        * Makefile.in (exceptions_h): Add dependency on ui-out.h.

gdb/ChangeLog
gdb/Makefile.in
gdb/exceptions.h

index a43a2874cf15dae013ef531ea0d9b018bdf9afe9..d4d80f64602b62adeb1f29ae45c02c7e0545babf 100644 (file)
@@ -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,
index 2d281cb516318e979364c557e3a0f18e66e726d9..7a27d0bb196526a591689afbb0f219830faee4f2 100644 (file)
@@ -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
index 10b2ac57b8b29926961b5154d8c7b34957fc6b91..c722503f837cf0e4cc4cfefd5543556241823f3a 100644 (file)
@@ -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
This page took 0.029577 seconds and 4 git commands to generate.