Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / gdb / symfile-debug.c
index 9a5d0fa0a66bbfc077399eb10d2934a3bbb0d439..37959bf0d408dc96c89843f9f134bc56fb01c9be 100644 (file)
@@ -48,8 +48,8 @@ struct debug_sym_fns_data
 static const struct objfile_key<debug_sym_fns_data>
   symfile_debug_objfile_data_key;
 
-/* If non-zero all calls to the symfile functions are logged.  */
-static int debug_symfile = 0;
+/* If true all calls to the symfile functions are logged.  */
+static bool debug_symfile = false;
 
 /* Return non-zero if symfile debug logging is installed.  */
 
This page took 0.042579 seconds and 4 git commands to generate.