]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-mmix.c
Use bool in gas
[thirdparty/binutils-gdb.git] / gas / config / tc-mmix.c
index e6efea66d0bad535a4b4cb67bf45edbc45d4355d..495fc5a988947a21368d69d330bc2d34cc41e206 100644 (file)
@@ -2287,7 +2287,7 @@ md_atof (int type, char *litP, int *sizeP)
      The testsuite wants it, and it's customary.
      We'll deal with the real problems when they come; we share the
      problem with most other ports.  */
-  return ieee_md_atof (type, litP, sizeP, TRUE);
+  return ieee_md_atof (type, litP, sizeP, true);
 }
 
 /* Convert variable-sized frags into one or more fixups.  */