From: Paul Eggert Date: Wed, 2 Oct 2002 08:02:06 +0000 (+0000) Subject: (lbitset_bytes): Use size_t, not unsigned int, to count bytes. X-Git-Tag: BISON-1_75~72 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/bf5c3811366a1aacc99385f70ea68675dbe5103b (lbitset_bytes): Use size_t, not unsigned int, to count bytes. --- diff --git a/lib/lbitset.h b/lib/lbitset.h index 363bf8d0..d6f5a53b 100644 --- a/lib/lbitset.h +++ b/lib/lbitset.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bbitset.h" -extern int lbitset_bytes PARAMS ((bitset_bindex)); +extern size_t lbitset_bytes PARAMS ((bitset_bindex)); extern bitset lbitset_init PARAMS ((bitset, bitset_bindex));