diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-24 00:40:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-24 00:40:35 +0000 |
commit | c6bd954f2d5991b31d3efae1e42d8571b4da359b (patch) | |
tree | 2ec43bd8482ff7e75448e02f00a1f8e6d79b18e2 /gdb/top.c | |
parent | 358a73db249108222599515e1579a8e08111d1e5 (diff) | |
download | gdb-c6bd954f2d5991b31d3efae1e42d8571b4da359b.tar.gz |
* command.h: Update copyright.
(struct cmd_list_element): Replace definition with opaque
declaration.
(enum cmd_types): Document that it will eventually be moved to
cli/cli-decode.h
(CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
(MALLOCED_REPLACEMENT): Delete macro.
* Makefile.in (cli_decode_h): Add $(command_h).
(top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
* top.c: Include "cli/cli-decode.h".
* completer.c: Include "cli/cli-decode.h".
* maint.c: Include "cli/cli-decode.h".
* cli/cli-decode.h: Include "command.h".
(enum command_class): Delete.
(enum cmd_types): Comment out.
(enum cmd_auto_boolean): Delete.
(enum var_types): Delete.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/top.c b/gdb/top.c index 83c84413c26..7acbb938a35 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -27,6 +27,7 @@ #include "cli/cli-cmds.h" #include "cli/cli-script.h" #include "cli/cli-setshow.h" +#include "cli/cli-decode.h" #include "symtab.h" #include "inferior.h" #include <signal.h> |