]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/printcmd.c
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / printcmd.c
index 22356bfd6dbda27c563482421f281b0024b92d83..b3f7b59863b32f7cc93c113ee8b55473352c1f1e 100644 (file)
@@ -100,7 +100,7 @@ show_max_symbolic_offset (struct ui_file *file, int from_tty,
 
 /* Append the source filename and linenumber of the symbol when
    printing a symbolic value as `<symbol at filename:linenum>' if set.  */
-static int print_symbol_filename = 0;
+static bool print_symbol_filename = false;
 static void
 show_print_symbol_filename (struct ui_file *file, int from_tty,
                            struct cmd_list_element *c, const char *value)