aboutsummaryrefslogtreecommitdiff
path: root/gprof/basic_blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/basic_blocks.h')
-rw-r--r--gprof/basic_blocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 341fde1..3524d92 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -22,7 +22,7 @@
#define basic_blocks_h
/* Options: */
-extern bfd_boolean bb_annotate_all_lines; /* Force annotation of all lines? */
+extern bool bb_annotate_all_lines; /* Force annotation of all lines? */
extern int bb_table_length; /* Length of most-used bb table. */
extern unsigned long bb_min_calls; /* Minimum execution count. */