Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / pc532-mach.c
index 33a4bd0325fb1288164b0bdd5ba16c4ef383e16a..ff149709e6d8aba59f68a16dc79c16f7e0afe9c7 100644 (file)
@@ -77,7 +77,7 @@
 reloc_howto_type *MY_bfd_reloc_type_lookup
   (bfd *abfd, bfd_reloc_code_real_type code);
 
-static bfd_boolean
+static bool
 MY(write_object_contents) (bfd *abfd)
 {
   struct external_exec exec_bytes;
@@ -100,7 +100,7 @@ MY(write_object_contents) (bfd *abfd)
 
   WRITE_HEADERS (abfd, execp);
 
-  return TRUE;
+  return true;
 }
 
 #define MY_write_object_contents MY(write_object_contents)
This page took 0.028017 seconds and 4 git commands to generate.