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 | 31627f0f9a5b2cde253466369777eb88f2e07532 (patch) | |
tree | 7682b699a5a7eaa0c368118d6b16ca1db83e74ac /gdb/gdbcmd.h | |
parent | 6f6eb23a1e3d66bbd305843ced33cb8bcf9d807e (diff) | |
download | gdb-31627f0f9a5b2cde253466369777eb88f2e07532.tar.gz |
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 1b459380f5d..8c4490ec940 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) */ |