Upgrade to 2003-06-08 libbitset, then:

lbitset_unused_clear): Use prototypes, not old-style definitions.
This commit is contained in:
Paul Eggert
2003-06-17 07:24:40 +00:00
parent 75d0ea41fa
commit 28ee846711

View File

@@ -883,8 +883,7 @@ lbitset_empty_p (bitset dst)
/* Ensure that any unused bits within the last element are clear. */
static inline void
lbitset_unused_clear (dst)
bitset dst;
lbitset_unused_clear (bitset dst)
{
unsigned int last_bit;
bitset_bindex n_bits;