(abitset_bytes): Use size_t, not unsigned int, to count bytes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:42:26 +0000 (07:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 07:42:26 +0000 (07:42 +0000)
lib/abitset.h

index 1faeee4..eb1a498 100644 (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));