Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.c
index 7d4b39f467cc7029090b0c37464d1d0a837f2e60..debffbc0f74e7db7565b8209bbf0cd7814db0d7f 100644 (file)
@@ -589,7 +589,7 @@ const char * const boolean_enums[] = { "on", "off", NULL };
    Returns the new command element.  */
 
 cmd_list_element *
-add_setshow_boolean_cmd (const char *name, enum command_class theclass, int *var,
+add_setshow_boolean_cmd (const char *name, enum command_class theclass, bool *var,
                         const char *set_doc, const char *show_doc,
                         const char *help_doc,
                         cmd_const_sfunc_ftype *set_func,
This page took 0.068723 seconds and 4 git commands to generate.