aboutsummaryrefslogtreecommitdiff
path: root/gprof/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/symtab.h')
-rw-r--r--gprof/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/symtab.h b/gprof/symtab.h
index edeb1b3..4ff507d 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. */
- boolean print_flag; /* Should this be printed? */
+ bfd_boolean print_flag; /* Should this be printed? */
struct
{
double fract; /* What % of time propagates. */