Change server_command to bool
[deliverable/binutils-gdb.git] / gdb / top.c
index 9fb9d5cb5c7eeb3b9378b92291b34eef07230c88..3589d6b6ce74a81780cc34ad6595a32e339ea6c0 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -174,7 +174,7 @@ static const char *previous_repeat_arguments;
    whatever) can issue its own commands and also send along commands
    from the user, and have the user not notice that the user interface
    is issuing commands too.  */
-int server_command;
+bool server_command;
 
 /* Timeout limit for response from target.  */
 
This page took 0.024367 seconds and 4 git commands to generate.