From: Paul Eggert Date: Mon, 7 Oct 2002 19:58:00 +0000 (+0000) Subject: * lib/bitset.h (bitset_reset): Do not assume that bitset_word is X-Git-Tag: BISON-1_75~54 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6fbe49845fa4011d38977531973bcc2c8ccb13ee * 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 , 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. --- diff --git a/ChangeLog b/ChangeLog index f2419535..2ca83e37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-10-06 Paul Eggert + + * 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 + , + 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. + 2002-10-04 Paul Eggert Version 1.50.