s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gprof / gmon_io.c
index 58bd3edfce0819758eeb5fed1170bca855787fe9..f821b0ca2ef3d5feb03c84ea69f7929e49935775 100644 (file)
@@ -586,7 +586,7 @@ gmon_out_read (filename)
       printf (nbbs == 1 ?
              _("\t%d basic-block count record\n") :
              _("\t%d basic-block count records\n"), nbbs);
-      first_output = false;
+      first_output = FALSE;
     }
 }
 
This page took 0.023375 seconds and 4 git commands to generate.