Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / exec.c
index 3098fcaadd5c5ca5e8819d8ccbfcc57ec4a5765a..4e4cacffda07e97a3d17a14fddded7d700cb3d02 100644 (file)
@@ -84,7 +84,7 @@ static exec_target exec_ops;
 
 /* Whether to open exec and core files read-only or read-write.  */
 
-int write_files = 0;
+bool write_files = false;
 static void
 show_write_files (struct ui_file *file, int from_tty,
                  struct cmd_list_element *c, const char *value)
This page took 0.024373 seconds and 4 git commands to generate.