]> git.saurik.com Git - bison.git/commit
(bitset_bytes, bitset_alloc, bitset_obstack_alloc):
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:45:37 +0000 (07:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:45:37 +0000 (07:45 +0000)
commitd32fe6f64fa02da99855083889017458a7d9c2ff
treee170a6727e42ba1896f298f7edf0bef5dc9199d9
parentf6ebdb317481d843c626b89277263a62171324aa
(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).
lib/bitset.c