From bf5c3811366a1aacc99385f70ea68675dbe5103b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 2 Oct 2002 08:02:06 +0000 Subject: [PATCH] (lbitset_bytes): Use size_t, not unsigned int, to count bytes. --- lib/lbitset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.45.2