Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 5dc436bfd8c5a87d81aa6455d9ab1bb467103554..2ece360205666dd676b375054722486136d43b31 100644 (file)
@@ -101,11 +101,11 @@ static void output_register (struct frame_info *, int regnum, int format,
                             int skip_unavailable);
 
 /* Controls whether the frontend wants MI in async mode.  */
-static int mi_async = 0;
+static bool mi_async = false;
 
 /* The set command writes to this variable.  If the inferior is
    executing, mi_async is *not* updated.  */
-static int mi_async_1 = 0;
+static bool mi_async_1 = false;
 
 static void
 set_mi_async_command (const char *args, int from_tty,
This page took 0.024226 seconds and 4 git commands to generate.