]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/aoutf1.h
* aout-adobe.c: Don't compare against "true" or "false.
[thirdparty/binutils-gdb.git] / bfd / aoutf1.h
index 0f773a18a8c1a7ed2d38ddbca5ba8b1d973a03fb..80d69d9135eca56f213c9adcd663c29b229174b5 100644 (file)
@@ -748,7 +748,7 @@ sunos4_core_file_matches_executable_p (core_bfd, exec_bfd)
 
   return (memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
                  (char *) exec_hdr (exec_bfd),
-                 sizeof (struct internal_exec)) == 0) ? true : false;
+                 sizeof (struct internal_exec)) == 0);
 }
 
 #define MY_set_sizes sunos4_set_sizes