diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-17 22:15:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-17 22:15:18 +0000 |
commit | 8926118ce27a8c21cd8d8600bb068454ec58baf3 (patch) | |
tree | 11dff4edfcc5ae3afb6f2559aab5616b2d075006 /gdb/gdbcmd.h | |
parent | db728ff7cd9b6832a77ae09b75b94352b1820471 (diff) | |
download | gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.zip gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.tar.gz gdb-8926118ce27a8c21cd8d8600bb068454ec58baf3.tar.bz2 |
Remove else clause to #if UI_OUT.
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 1b45938..8c4490e 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -6,8 +6,8 @@ fnasser@redhat.com */ /* Header file for GDB-specific command-line stuff. - Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000 - Free Software Foundation, Inc. + Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, + 2000, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,9 +28,7 @@ #define GDBCMD_H 1 #include "command.h" -#ifdef UI_OUT #include "ui-out.h" -#endif /* Chain containing all defined commands. */ @@ -118,9 +116,7 @@ enum command_control_type execute_control_command (struct command_line *); extern void print_command_line (struct command_line *, unsigned int, struct ui_file *); -#ifdef UI_OUT extern void print_command_lines (struct ui_out *, struct command_line *, unsigned int); -#endif #endif /* !defined (GDBCMD_H) */ |