Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / gdb / compile / compile-cplus-types.c
index 3a7c8b01f7d0906c87bcdc92262684e845f2c1b8..042c2afbe90e0ad0abbaf357937c674c13d75f45 100644 (file)
@@ -41,11 +41,11 @@ const char *compile_cplus_instance::m_default_cflags = "-std=gnu++11";
 
 /* Flag to enable internal debugging.  */
 
-static int debug_compile_cplus_types = 0;
+static bool debug_compile_cplus_types = false;
 
 /* Flag to enable internal scope switching debugging.  */
 
-static int debug_compile_cplus_scopes = 0;
+static bool debug_compile_cplus_scopes = false;
 
 /* Forward declarations.  */
 
This page took 0.024692 seconds and 4 git commands to generate.