]> git.saurik.com Git - bison.git/commitdiff
(lbitset_bytes): Use size_t, not unsigned int, to count bytes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 08:02:06 +0000 (08:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Oct 2002 08:02:06 +0000 (08:02 +0000)
lib/lbitset.h

index 363bf8d0aad86ed2e3863bd6d4aad134fef7d5ea..d6f5a53b986d15cf14a6398cbd2d0daeab3adb27 100644 (file)
@@ -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));