s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / binutils / bucomm.c
index 2bc8cef47ff5b8b82f68adef3595c8e6798e5a54..9609aeece77c18ae595bb997866f93497dd5a5ce 100644 (file)
@@ -107,7 +107,7 @@ set_default_bfd_target ()
           target, bfd_errmsg (bfd_get_error ()));
 }
 
-/* After a false return from bfd_check_format_matches with
+/* After a FALSE return from bfd_check_format_matches with
    bfd_get_error () == bfd_error_file_ambiguously_recognized, print
    the possible matching targets.  */
 
@@ -169,7 +169,7 @@ void
 print_arelt_descr (file, abfd, verbose)
      FILE *file;
      bfd *abfd;
-     boolean verbose;
+     bfd_boolean verbose;
 {
   struct stat buf;
 
This page took 0.023538 seconds and 4 git commands to generate.