Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / parse.c
index a1ab75297a161e07d579c644d52662fa09e9fd23..a17cae6b55195b95d2eec126639fc8a484bfec7b 100644 (file)
@@ -74,8 +74,8 @@ show_expressiondebug (struct ui_file *file, int from_tty,
 }
 
 
-/* Non-zero if an expression parser should set yydebug.  */
-int parser_debug;
+/* True if an expression parser should set yydebug.  */
+bool parser_debug;
 
 static void
 show_parserdebug (struct ui_file *file, int from_tty,
This page took 0.024221 seconds and 4 git commands to generate.