]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cli/cli-cmds.h
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / cli / cli-cmds.h
index 5bfffde04a105e911e245e4d1eab45b29c7a0c08..1a8b9a0d5068dbd61ac01d2e6055442f88991c5b 100644 (file)
@@ -139,7 +139,7 @@ extern gdb::optional<open_script>
 /* Command tracing state.  */
 
 extern int source_verbose;
-extern int trace_commands;
+extern bool trace_commands;
 
 /* Common code for the "with" and "maintenance with" commands.
    SET_CMD_PREFIX is the spelling of the corresponding "set" command