bison/lib bitset.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:45:37 Modified files: lib : bitset.c Log message: (bitset_bytes, bitset_alloc, bitset_obstack_alloc): Use size_t, not unsigned int, to count bytes. (bitset_print): Use proper printf format for bitset types. (bitset_next, bitset_prev, bitset_first, bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value, since we now return the bitset_bindex type (not int). CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/bitset.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text