* lib/bitset.h (bitset_reset): Do not assume that bitset_word is
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Oct 2002 19:58:00 +0000 (19:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Oct 2002 19:58:00 +0000 (19:58 +0000)
commit6fbe49845fa4011d38977531973bcc2c8ccb13ee
tree4d7918ed28ad96a8b606b7dbc00be8db6dc8a9b5
parent7933f2b5dd36973771bbc13c5a28210a109d6698
* lib/bitset.h (bitset_reset): Do not assume that bitset_word is
the same width as int.  This reapplies a hunk of the 2002-08-12 patch
<http://mail.gnu.org/pipermail/bison-patches/2002-August/001111.html>,
which was inadvertently undone by the 2002-09-30 patch.
* lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
the same width as int.
ChangeLog