diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2002-10-02 07:58:11 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2002-10-02 07:58:11 +0000 |
commit | effda851f67bff8c725df4b5a9219f32a50f939f (patch) | |
tree | 4d79046737dd58018fffcf9533f03b881ff5e943 /lib/ebitset.h | |
parent | 52f8da14ea4bc92ead3a212e51ade03e6207129d (diff) | |
download | bison-effda851f67bff8c725df4b5a9219f32a50f939f.tar.gz |
(ebitset_bytes): Use size_t, not unsigned int, to count bytes.
Diffstat (limited to 'lib/ebitset.h')
-rw-r--r-- | lib/ebitset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ebitset.h b/lib/ebitset.h index 6fb6a7ff..e9a24a1f 100644 --- a/lib/ebitset.h +++ b/lib/ebitset.h @@ -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)); |