]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/lexsup.c
TRUE/FALSE simplification
[thirdparty/binutils-gdb.git] / ld / lexsup.c
index 88eb79e7f693c8cbc26f9d8405a893cc1b60033b..51b2a3ed2630f189dfdc0c2cd310b8366adee009 100644 (file)
@@ -1091,7 +1091,7 @@ parse_args (unsigned argc, char **argv)
             getopt can't handle two args to an option without kludges.  */
 
          /* Enable optimizations of output files.  */
-         link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE;
+         link_info.optimize = strtoul (optarg, NULL, 0) != 0;
          break;
        case 'o':
          lang_add_output (optarg, 0);