bison/lib abitset.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/10/02 03:41:04 Modified files: lib : abitset.c Log message: (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. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/abitset.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text