diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-09 23:15:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-09 23:15:01 +0000 |
commit | 7376b4c200a1d6e249a3b35d54f5a05068f966b2 (patch) | |
tree | 92d254be21abc207e3367ddde681cf5c47f4beb4 /gdb/command.h | |
parent | 96f6015419297f1a6114e8619d70c449b8841846 (diff) | |
download | gdb-7376b4c200a1d6e249a3b35d54f5a05068f966b2.zip gdb-7376b4c200a1d6e249a3b35d54f5a05068f966b2.tar.gz gdb-7376b4c200a1d6e249a3b35d54f5a05068f966b2.tar.bz2 |
2005-02-09 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
show_result parameters.
* mips-tdep.c (_initialize_mips_tdep): Update calls.
* command.h: Update declaration.
* arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
calls.
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/command.h b/gdb/command.h index 899d0d6..5b7a542 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -234,9 +234,7 @@ extern void add_setshow_enum_cmd (char *name, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, - struct cmd_list_element **show_list, - struct cmd_list_element **set_result, - struct cmd_list_element **show_result); + struct cmd_list_element **show_list); extern void add_setshow_auto_boolean_cmd (char *name, enum command_class class, |