(abitset_bytes): Use size_t, not unsigned int, to count bytes.

This commit is contained in:
Paul Eggert
2002-10-02 07:42:26 +00:00
parent 62a34c3eb6
commit 8207d52123

View File

@@ -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));