s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / bfd / lynx-core.c
index af513aca75c0ce4ef0b43ef39295f59ede919ee0..08bf2331c5364e9f922a7e397b2bc722c429bb86 100644 (file)
@@ -224,11 +224,11 @@ lynx_core_file_failing_signal (abfd)
   return core_signal (abfd);
 }
 
-boolean
+bfd_boolean
 lynx_core_file_matches_executable_p  (core_bfd, exec_bfd)
      bfd *core_bfd, *exec_bfd;
 {
-  return true;         /* FIXME, We have no way of telling at this point */
+  return TRUE;         /* FIXME, We have no way of telling at this point */
 }
 
 #endif /* LYNX_CORE */
This page took 0.023148 seconds and 4 git commands to generate.