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 70a65bb..4308a79 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define basic_blocks_h
/* Options: */
-extern boolean bb_annotate_all_lines; /* Force annotation of all lines? */
+extern bfd_boolean 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. */