From 7f19b9a2d27295b92e12c1767a56afd54857be5f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 15 Jun 2002 18:45:32 +0000 Subject: * defs.h (auto_boolean): Declare enum. * command.h (cmd_auto_boolean): Delete enum. * mips-tdep.c (mask_address_var): Update. (mips_mask_address_p): Update. (show_mask_address): Update. * remote.c (struct packet_config): Update. (update_packet_config): Update. (show_packet_config_cmd): Update. (packet_ok): Update. (add_packet_config_cmd): Update. (_initialize_remote): * command.h: Update. * cli/cli-setshow.c (parse_auto_binary_operation): Update. (do_setshow_command): Update. * cli/cli-decode.c (add_set_auto_boolean_cmd): Update. * cli/cli-decode.h: Update. --- gdb/cli/cli-decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-decode.h') diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 72436f0..5b6f968 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -296,7 +296,7 @@ extern struct cmd_list_element *add_set_enum_cmd (char *name, extern struct cmd_list_element *add_set_auto_boolean_cmd (char *name, enum command_class class, - enum cmd_auto_boolean *var, + enum auto_boolean *var, char *doc, struct cmd_list_element **list); -- cgit v1.1