mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
(lbitset_bytes): Use size_t, not unsigned int, to count bytes.
This commit is contained in:
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#include "bbitset.h"
|
#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));
|
extern bitset lbitset_init PARAMS ((bitset, bitset_bindex));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user