libctf: allow ctf_type_lname of a null pointer.
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index b8b0fcc0ae264f16e7b07e2ac5c7fe6d961d56b9..cd732b60e7d9c6a7d89588dada4666756d161794 100644 (file)
@@ -1469,10 +1469,10 @@ cp_lookup_rtti_type (const char *name, const struct block *block)
 
 #ifdef HAVE_WORKING_FORK
 
-/* If nonzero, attempt to catch crashes in the demangler and print
+/* If true, attempt to catch crashes in the demangler and print
    useful debugging information.  */
 
-static int catch_demangler_crashes = 1;
+static bool catch_demangler_crashes = true;
 
 /* Stack context and environment for demangler crash recovery.  */
 
This page took 0.023496 seconds and 4 git commands to generate.