From b69b1fb10d005fd658668d7e2888c14c249a3481 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 5 Mar 2013 14:23:23 +0000 Subject: gdb/ * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change parameter VAR's type from "unsigned int" to "int". * command.h (var_zuinteger_unlimited): Update its comments. (add_setshow_zuinteger_unlimited_cmd): Update the declaration. --- gdb/cli/cli-decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-decode.c') diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 49ccef3..a8f7747 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -708,7 +708,7 @@ add_setshow_zinteger_cmd (char *name, enum command_class class, void add_setshow_zuinteger_unlimited_cmd (char *name, enum command_class class, - unsigned int *var, + int *var, const char *set_doc, const char *show_doc, const char *help_doc, -- cgit v1.1