]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-m32c.h
Use bool in gas
[thirdparty/binutils-gdb.git] / gas / config / tc-m32c.h
index 98c35db3d6e63df5323e018f9c465887c05c3685..4817c714c247f448e4d117cda8138545ab87e1b6 100644 (file)
@@ -44,7 +44,7 @@ extern void m32c_start_line_hook (void);
 extern void m32c_apply_fix (struct fix *, valueT *, segT);
 
 #define tc_fix_adjustable(fixP) m32c_fix_adjustable (fixP)
-extern bfd_boolean m32c_fix_adjustable (struct fix *);
+extern bool m32c_fix_adjustable (struct fix *);
 
 /* When relaxing, we need to emit various relocs we otherwise wouldn't.  */
 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix)