From: Paul Eggert Date: Wed, 2 Oct 2002 07:58:11 +0000 (+0000) Subject: (ebitset_bytes): Use size_t, not unsigned int, to count bytes. X-Git-Tag: BISON-1_75~74 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/effda851f67bff8c725df4b5a9219f32a50f939f (ebitset_bytes): Use size_t, not unsigned int, to count bytes. --- diff --git a/lib/ebitset.h b/lib/ebitset.h index 6fb6a7ff..e9a24a1f 100644 --- a/lib/ebitset.h +++ b/lib/ebitset.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bbitset.h" -extern int ebitset_bytes PARAMS ((bitset_bindex)); +extern size_t ebitset_bytes PARAMS ((bitset_bindex)); extern bitset ebitset_init PARAMS ((bitset, bitset_bindex));