diff options
Diffstat (limited to 'gprof/symtab.h')
-rw-r--r-- | gprof/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |