From: Paul Eggert Date: Wed, 2 Oct 2002 07:42:26 +0000 (+0000) Subject: (abitset_bytes): Use size_t, not unsigned int, to count bytes. X-Git-Tag: BISON-1_75~84 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8207d521236ea63f9f4b6b07d784a837dbc87be1 (abitset_bytes): Use size_t, not unsigned int, to count bytes. --- diff --git a/lib/abitset.h b/lib/abitset.h index 1faeee4d..eb1a498a 100644 --- a/lib/abitset.h +++ b/lib/abitset.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bbitset.h" -extern int abitset_bytes PARAMS ((bitset_bindex)); +extern size_t abitset_bytes PARAMS ((bitset_bindex)); extern bitset abitset_init PARAMS ((bitset, bitset_bindex));