(struct abitset_struct.n_bits, abitset_small_list, abitset_size,
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:41:04 +0000 (07:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:41:04 +0000 (07:41 +0000)
commit62a34c3eb6e7cc652460e7a776e6a5177878f1d4
tree6b58dfad73af36f5e9b790861cdc27fa0fa688ea
parent6aa452a643c65a8df244013e05d41854531ec762
(struct abitset_struct.n_bits, abitset_small_list, abitset_size,
abitset_list, abitset_list_reverse, abitset_list):
Use bitset_bindex, not int or unsigned int or size_t, to count bits.

(abitset_ones, abitset_zero, abitset_bytes):
Use size_t, not unsigned int, to count bytes.

(abitset_empty_p, abitset_not, abitset_equal_p,
abitset_subset_p, abitset_disjoint_p, abitset_and,
abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
abitset_or_and, abitset_or_and_cmp): Use bitset_windex instead of
unsigned int.
lib/abitset.c