From 18a642a148311e89d544b2547d610c07a147feb7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 24 Mar 2002 00:40:35 +0000 Subject: * 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/maint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/maint.c') diff --git a/gdb/maint.c b/gdb/maint.c index 0d2be0912f5..aaa3c68d1d6 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -36,6 +36,8 @@ #include "objfiles.h" #include "value.h" +#include "cli/cli-decode.h" + extern void _initialize_maint_cmds (void); static void maintenance_command (char *, int); -- cgit v1.2.1