diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
commit | f5dbc56d4daff74e671c973363d933c73603d4a0 (patch) | |
tree | 8130f68128a9e804ba051c8ac9644d95e8e9b95d /gdb/ada-lang.c | |
parent | 627af7eaa242631623390a8d7acfc117221e16ec (diff) | |
download | gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.zip gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.tar.gz gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.tar.bz2 |
* configure.in: Remove UI_OUT configuration code.
* ada-lang.c: Update assuming UI_OUT is always true.
* Makefile.in (UIOUT_CFLAGS): Remove.
* configure: Regenerated.
* TODO: Remove blurb about elimination of -DUI_OUT.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 84ec71b..5d5aaf8 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -36,9 +36,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "breakpoint.h" #include "gdbcore.h" #include "ada-lang.h" -#ifdef UI_OUT #include "ui-out.h" -#endif struct cleanup *unresolved_names; @@ -5054,7 +5052,6 @@ find_printable_frame (struct frame_info *fi, int level) void ada_report_exception_break (struct breakpoint *b) { -#ifdef UI_OUT /* FIXME: break_on_exception should be defined in breakpoint.h */ /* if (b->break_on_exception == 1) { @@ -5092,7 +5089,6 @@ ada_report_exception_break (struct breakpoint *b) else if (b->break_on_exception == 3) fputs_filtered ("on assert failure", gdb_stdout); */ -#endif } int |