diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-30 13:45:15 +0000 |
commit | 5f8a3188304fc1456111158ae5e51889b3142801 (patch) | |
tree | 37fc2f2b51ee9cab5d363cc140584a905688dca7 /gdb/cli/cli-setshow.c | |
parent | 3d0c9500439485b931db67beb2071039a69ff048 (diff) | |
download | gdb-5f8a3188304fc1456111158ae5e51889b3142801.zip gdb-5f8a3188304fc1456111158ae5e51889b3142801.tar.gz gdb-5f8a3188304fc1456111158ae5e51889b3142801.tar.bz2 |
2002-07-30 Andrew Cagney <ac131313@redhat.com>
* symtab.h: Replace #include "gdb_obstack.h" with opaque
declaration.
* cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
* gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
* avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
* arch-utils.c, cli/cli-setshow.c: Unconditionally include
"gdb_string.h".
* Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
(gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
(cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
(avr-tdep.o, mon960-rom.o): Ditto.
(aout_stabs_gnu_h): Define.
(symtab_h): Remove $(gdb_obstack_h).
Diffstat (limited to 'gdb/cli/cli-setshow.c')
-rw-r--r-- | gdb/cli/cli-setshow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index 94ba94e..44b0b4e 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -20,9 +20,7 @@ #include "defs.h" #include "value.h" #include <ctype.h> -#if 0 #include "gdb_string.h" -#endif #include "ui-out.h" |