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/sym_ids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gprof/sym_ids.h') diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h index ca0ad06..5b65ce2 100644 --- a/gprof/sym_ids.h +++ b/gprof/sym_ids.h @@ -35,8 +35,8 @@ Table_Id; extern Sym_Table syms[NUM_TABLES]; -extern void sym_id_add PARAMS ((const char *, Table_Id)); -extern void sym_id_parse PARAMS ((void)); -extern bool sym_id_arc_is_present PARAMS ((Sym_Table *, Sym *, Sym *)); +extern void sym_id_add PARAMS ((const char *, Table_Id)); +extern void sym_id_parse PARAMS ((void)); +extern boolean sym_id_arc_is_present PARAMS ((Sym_Table *, Sym *, Sym *)); #endif /* sym_ids_h */ -- cgit v1.1