Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index 8f71def069de255a2f6f2fa90684bf23a8b9edb6..ceef36473d01be48cbc94287418eeedeccfc8c45 100644 (file)
@@ -120,7 +120,7 @@ static vm_size_t mach_page_size;
 
 /* If Set, catch all mach exceptions (before they are converted to signals
    by the kernel).  */
-static int enable_mach_exceptions;
+static bool enable_mach_exceptions;
 
 /* Inferior that should report a fake stop event.  */
 static struct inferior *darwin_inf_fake_stop;
This page took 0.025173 seconds and 4 git commands to generate.