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.
This commit is contained in:
Andrew Cagney
2005-02-09 23:15:01 +00:00
parent 96f6015419
commit 7376b4c200
5 changed files with 14 additions and 15 deletions

View File

@@ -419,19 +419,15 @@ 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)
{
struct cmd_list_element *c;
add_setshow_cmd_full (name, class, var_enum, var,
set_doc, show_doc, help_doc, print,
set_func, show_func,
set_list, show_list,
&c, show_result);
&c, NULL);
c->enums = enumlist;
if (set_result)
*set_result = c;
}
/* Add an auto-boolean command named NAME to both the set and show