]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/proc-api.c
Change boolean options to bool instead of int
[thirdparty/binutils-gdb.git] / gdb / proc-api.c
index cb2eaf8cb190280139edda8049cb32d3061567d7..214b26f40cf1fcefbe6ed5c25bf9d6123173f9e4 100644 (file)
@@ -50,7 +50,7 @@ struct trans {
   const char *desc;             /* Short description of value */
 };
 
-static int   procfs_trace    = 0;
+static bool  procfs_trace   = false;
 static FILE *procfs_file     = NULL;
 static char *procfs_filename;