]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-wasm32.h
Use bool in gas
[thirdparty/binutils-gdb.git] / gas / config / tc-wasm32.h
index 8f98bfec8a3deb94cda170680d1223af81fdd4d4..60f6ada72be40fe6b009ca58b9a493ab5d3e26ef 100644 (file)
@@ -78,7 +78,7 @@ extern int wasm32_force_relocation (struct fix *);
 #define HANDLE_ALIGN(fragP)
 
 
-extern bfd_boolean wasm32_fix_adjustable (struct fix *);
+extern bool wasm32_fix_adjustable (struct fix *);
 #define tc_fix_adjustable(FIX) wasm32_fix_adjustable (FIX)
 
 /* Type names for blocks and signatures.  */