From bde52789b2840efede7cba2971d8b174586018fc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 1 Feb 2002 01:18:06 +0000 Subject: * 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. --- gprof/symtab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/symtab.h') diff --git a/gprof/symtab.h b/gprof/symtab.h index d25323b..824fe9c 100644 --- a/gprof/symtab.h +++ b/gprof/symtab.h @@ -77,7 +77,7 @@ typedef struct sym double child_time; /* Cumulative ticks in children. */ int index; /* Index in the graph list. */ int top_order; /* Graph call chain top-sort order. */ - bool print_flag; /* Should this be printed? */ + boolean print_flag; /* Should this be printed? */ struct { double fract; /* What % of time propagates. */ -- cgit v1.1