summaryrefslogtreecommitdiff
path: root/gprof/hist.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-02-01 01:18:06 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-02-01 01:18:06 +0000
commit94fc2afd0b062f472732e6b335098d3ea1d028b5 (patch)
treedb245afdf7c51259eb9db9f8461edab59d3330d7 /gprof/hist.c
parent92cf44c49529b17e6b6b9688779e644327fe6aad (diff)
downloadbinutils-redhat-94fc2afd0b062f472732e6b335098d3ea1d028b5.tar.gz
* basic_blocks.c: Replace bool with boolean, TRUE with true and
FALSE with false throughout. * basic_blocks.h: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * mips.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * gprof.h: Likewise. (TRUE): Don't define. (FALSE): Don't define.
Diffstat (limited to 'gprof/hist.c')
-rw-r--r--gprof/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/hist.c b/gprof/hist.c
index 403b7790c0..0d0df01007 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -456,7 +456,7 @@ DEFUN_VOID (hist_print)
bfd_vma addr;
if (first_output)
- first_output = FALSE;
+ first_output = false;
else
printf ("\f\n");