s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gas / config / tc-arm.h
index e01594539d656247802ddcc57371ce92be66be2e..441c16f30c37e6b83270d486b5235d811c4e9029 100644 (file)
@@ -122,7 +122,7 @@ struct fix;
 #define EXTERN_FORCE_RELOC 1
 
 #define tc_fix_adjustable(FIX) arm_fix_adjustable (FIX)
-boolean arm_fix_adjustable PARAMS ((struct fix *));
+bfd_boolean arm_fix_adjustable PARAMS ((struct fix *));
 
 /* Values passed to md_apply_fix3 don't include the symbol value.  */
 #define MD_APPLY_SYM_VALUE(FIX) 0
This page took 0.024375 seconds and 4 git commands to generate.