Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index d7a7e6f93369062d3766a7e2b53322954f25a336..dc82ef043fe85deaef3419e7171e6148af06f977 100644 (file)
@@ -105,7 +105,7 @@ int stopped_by_random_signal;
 
 /* See inferior.h.  */
 
-int startup_with_shell = 1;
+bool startup_with_shell = true;
 
 \f
 /* Accessor routines.  */
This page took 0.026767 seconds and 4 git commands to generate.