bison/lib lbitset.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 04:00:19 Modified files: lib : lbitset.c Log message: (lbitset_size, lbitset_list, lbitset_list_merge): Use bitset_bindex, not int or unsigned int or size_t, to count bits. (lbitset_bytes): Use size_t, not unsigned int, to count bytes. Use proper printf formats for widths of integer types. (lbitset_ones, lbitset_not): Use bitset_windex instead of unsigned int. (lbitset_elt_find): Simplify windex calculation and avoid cast to unsigned. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/lbitset.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text