Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 80e78e859be8c3f1ece63330044f803e5bcb8c4c..b55c75b097607458f722aa8291e774e0a489697f 100644 (file)
@@ -93,7 +93,7 @@ int proc_wait_pid = 0;
 /* The number of wait requests we've sent, and expect replies from.  */
 int proc_waits_pending = 0;
 
-int gnu_debug_flag = 0;
+bool gnu_debug_flag = false;
 
 /* Forward decls */
 
This page took 0.024931 seconds and 4 git commands to generate.