OSDN Git Service

* command.h: Update copyright.
authorAndrew Cagney <cagney@redhat.com>
Sun, 24 Mar 2002 00:40:35 +0000 (00:40 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 24 Mar 2002 00:40:35 +0000 (00:40 +0000)
commitc6bd954f2d5991b31d3efae1e42d8571b4da359b
tree2ec43bd8482ff7e75448e02f00a1f8e6d79b18e2
parent358a73db249108222599515e1579a8e08111d1e5
* 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.
gdb/ChangeLog
gdb/Makefile.in
gdb/cli/cli-decode.h
gdb/command.h
gdb/completer.c
gdb/maint.c
gdb/top.c