diff options
Diffstat (limited to 'gprof/basic_blocks.h')
-rw-r--r-- | gprof/basic_blocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h index e6fcf1f..cc24092 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 bool bb_annotate_all_lines; /* Force annotation of all lines? */ +extern 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. */ |