From 21bd0c8d7a860a284f4f85a72fc26721ec87aedd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Nov 2002 08:39:46 +0000 Subject: s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. --- gprof/vax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gprof/vax.c') diff --git a/gprof/vax.c b/gprof/vax.c index 4e5e4ff617..56f5f4f0ce 100644 --- a/gprof/vax.c +++ b/gprof/vax.c @@ -242,11 +242,11 @@ vax_find_call (parent, p_lowpc, p_highpc) operandenum mode; operandenum firstmode; bfd_vma pc, destpc; - static boolean inited = false; + static bfd_boolean inited = FALSE; if (!inited) { - inited = true; + inited = TRUE; sym_init (&indirectchild); indirectchild.cg.prop.fract = 1.0; indirectchild.cg.cyc.head = &indirectchild; -- cgit v1.2.1