Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / cli / cli-style.h
index cdcea84f0ee3dbb6d52056eab6dc56d15038d241..826162f5788e51fe6a9394581071bce225ddd621 100644 (file)
@@ -110,9 +110,9 @@ extern cli_style_option title_style;
 
 
 /* True if source styling is enabled.  */
-extern int source_styling;
+extern bool source_styling;
 
 /* True if styling is enabled.  */
-extern int cli_styling;
+extern bool cli_styling;
 
 #endif /* CLI_CLI_STYLE_H */
This page took 0.023591 seconds and 4 git commands to generate.