]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/infcmd.c
Change boolean options to bool instead of int
[thirdparty/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.  */