s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
This commit is contained in:
@@ -106,7 +106,7 @@ extern enum sh64_elf_cr_type sh64_get_contents_type
|
||||
|
||||
/* Simpler interface.
|
||||
FIXME: This seems redundant now that we export the interface above. */
|
||||
extern boolean sh64_address_is_shmedia PARAMS ((asection *, bfd_vma));
|
||||
extern bfd_boolean sh64_address_is_shmedia PARAMS ((asection *, bfd_vma));
|
||||
|
||||
extern int _bfd_sh64_crange_qsort_cmpb PARAMS ((const void *, const void *));
|
||||
extern int _bfd_sh64_crange_qsort_cmpl PARAMS ((const void *, const void *));
|
||||
|
Reference in New Issue
Block a user