Remove bfd stub function casts.
[deliverable/binutils-gdb.git] / bfd / libaout.h
index d3a325ca4ae497d71d11c01b91bb1bd7e62486d4..c7d787dc7d28f69e5510b52529bc9b71cd303a0c 100644 (file)
@@ -617,8 +617,7 @@ extern bfd_boolean NAME (aout, bfd_free_cached_info)
 #endif
 
 #ifndef aout_32_bfd_is_target_special_symbol
-#define aout_32_bfd_is_target_special_symbol \
-  ((bfd_boolean (*) (bfd *, asymbol *)) (bfd_boolean (*)) bfd_false)
+#define aout_32_bfd_is_target_special_symbol _bfd_bool_bfd_asymbol_false
 #endif
 
 #ifndef WRITE_HEADERS
This page took 0.025676 seconds and 4 git commands to generate.