Use bool in require_partial_symbols
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 0ad2b49d9a5c03b9a63a36e16cfacdb3d4b88021..a4ac35a7916b12393ea612043cd1a017554af9d7 100644 (file)
@@ -147,11 +147,11 @@ extern const struct quick_symbol_functions dwarf2_gdb_index_functions;
 extern const struct quick_symbol_functions dwarf2_debug_names_functions;
 
 /* Ensure that the partial symbols for OBJFILE have been loaded.  If
-   VERBOSE is non-zero, then this will print a message when symbols
+   VERBOSE is true, then this will print a message when symbols
    are loaded.  This function returns a range adapter suitable for
    iterating over the psymtabs of OBJFILE.  */
 
 extern psymtab_storage::partial_symtab_range require_partial_symbols
-    (struct objfile *objfile, int verbose);
+    (struct objfile *objfile, bool verbose);
 
 #endif /* PSYMTAB_H */
This page took 0.0368 seconds and 4 git commands to generate.