]> Git Repo - binutils.git/blobdiff - gdb/demangle.c
Change boolean options to bool instead of int
[binutils.git] / gdb / demangle.c
index 29f46968a29c5b0c6539dd8945ffd390e5f5a5d8..cfe3421b23c9e2f29a7589fb11ec37a75b783b0e 100644 (file)
@@ -44,7 +44,7 @@
 #endif
 
 /* See documentation in gdb-demangle.h.  */
-int demangle = 1;
+bool demangle = true;
 
 static void
 show_demangle (struct ui_file *file, int from_tty,
@@ -57,7 +57,7 @@ show_demangle (struct ui_file *file, int from_tty,
 }
 
 /* See documentation in gdb-demangle.h.  */
-int asm_demangle = 0;
+bool asm_demangle = false;
 
 static void
 show_asm_demangle (struct ui_file *file, int from_tty,
This page took 0.027083 seconds and 4 git commands to generate.