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

index 6fb6a7ff0d334169c0abb3389d95f839723962ae..e9a24a1f1443a5fbcabe1340674330aee8775aaa 100644 (file)
@@ -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));