]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-mips.h
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[thirdparty/binutils-gdb.git] / gas / config / tc-mips.h
index 2c0f3fac18ee4a5167b23e3901a1097640e0bba4..dd52a7f41856d8d96d05f145a0f8994fc6f3a907 100644 (file)
@@ -97,7 +97,7 @@ struct mips_cl_insn
   unsigned long insn_opcode;
   const struct mips_opcode *insn_mo;
   /* The next two fields are used when generating mips16 code.  */
-  boolean use_extend;
+  bfd_boolean use_extend;
   unsigned short extend;
 };