* Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
[deliverable/binutils-gdb.git] / gprof / basic_blocks.h
index daba408eb672bdb699fea4bf6f4b70faed1da70b..923eca11f73d3847aa5f24662417810e5491691d 100644 (file)
@@ -10,8 +10,8 @@
  * Options:
  */
 extern bool bb_annotate_all_lines;     /* force annotation of all lines? */
-extern int bb_table_length;    /* length of most-used bb table */
-extern int bb_min_calls;       /* minimum execution count */
+extern int bb_table_length;            /* length of most-used bb table */
+extern unsigned long bb_min_calls;     /* minimum execution count */
 
 extern void bb_read_rec PARAMS ((FILE * ifp, const char *filename));
 extern void bb_write_blocks PARAMS ((FILE * ofp, const char *filename));
This page took 0.024639 seconds and 4 git commands to generate.