]> git.saurik.com Git - bison.git/commit
(bitset_stats_size, bitset_stats_list,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:49:35 +0000 (07:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:49:35 +0000 (07:49 +0000)
commit2d382ea8534abc4e650927aa9bf5d09a4844e1d5
tree445cf74a3da014a0d967840ddb21e486db77e9f2
parent808a5918e6771d15516e85553127f2eb1cbc8cfe
(bitset_stats_size, bitset_stats_list,
bitset_stats_list_reverse, bitset_stats_size,
bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
Use bitset_bindex, not int or unsigned int or size_t, to count bits.

(bitset_stats_bytes, bitset_stats_init):
Use size_t, not unsigned int, to count bytes.

(bitset_percent_histogram_print,
bitset_log_histogram_print, bitset_stats_print_1):
Use proper printf formats for width of integer types.
lib/bitset_stats.c