Use styled_string for "show logging filename"
[deliverable/binutils-gdb.git] / gdb / parse.c
index 6f777e6ed73f55a1b935842c456ee68f66908d6b..a17cae6b55195b95d2eec126639fc8a484bfec7b 100644 (file)
@@ -50,7 +50,7 @@
 #include "objfiles.h"
 #include "user-regs.h"
 #include <algorithm>
-#include "common/gdb_optional.h"
+#include "gdbsupport/gdb_optional.h"
 
 /* Standard set of definitions for printing, dumping, prefixifying,
  * and evaluating expressions.  */
@@ -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.023465 seconds and 4 git commands to generate.