diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index d7a7e6f..dc82ef0 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -105,7 +105,7 @@ int stopped_by_random_signal; /* See inferior.h. */ -int startup_with_shell = 1; +bool startup_with_shell = true; /* Accessor routines. */ |