683026dd08
where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
12 lines
382 B
Text
12 lines
382 B
Text
$NetBSD: patch-ay,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/tui/tui-interp.c.orig 2004-10-20 17:15:24.000000000 -0600
|
|
+++ gdb/tui/tui-interp.c
|
|
@@ -194,7 +194,6 @@ _initialize_tui_interp (void)
|
|
tui_display_prompt_p,
|
|
tui_command_loop,
|
|
};
|
|
- struct interp *tui_interp;
|
|
|
|
/* Create a default uiout builder for the TUI. */
|
|
tui_out = tui_out_new (gdb_stdout);
|