summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-17 22:15:18 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-17 22:15:18 +0000
commit31627f0f9a5b2cde253466369777eb88f2e07532 (patch)
tree7682b699a5a7eaa0c368118d6b16ca1db83e74ac /gdb/symtab.c
parent6f6eb23a1e3d66bbd305843ced33cb8bcf9d807e (diff)
downloadgdb-31627f0f9a5b2cde253466369777eb88f2e07532.tar.gz
Remove else clause to #if UI_OUT.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 2353ae5a8c0..c987f5a61ff 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -1,7 +1,8 @@
/* Symbol table lookup for the GNU debugger, GDB.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
- 1996, 1997, 1998, 1999, 2000, 2001
- Free Software Foundation, Inc.
+
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+ 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software
+ Foundation, Inc.
This file is part of GDB.
@@ -2829,13 +2830,13 @@ methods_info (char *regexp)
#endif /* 0 */
/* Breakpoint all functions matching regular expression. */
-#ifdef UI_OUT
+
void
rbreak_command_wrapper (char *regexp, int from_tty)
{
rbreak_command (regexp, from_tty);
}
-#endif
+
static void
rbreak_command (char *regexp, int from_tty)
{