mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Upgrade to 2003-06-08 libbitset, then:
lbitset_unused_clear): Use prototypes, not old-style definitions.
This commit is contained in:
@@ -883,8 +883,7 @@ lbitset_empty_p (bitset dst)
|
|||||||
|
|
||||||
/* Ensure that any unused bits within the last element are clear. */
|
/* Ensure that any unused bits within the last element are clear. */
|
||||||
static inline void
|
static inline void
|
||||||
lbitset_unused_clear (dst)
|
lbitset_unused_clear (bitset dst)
|
||||||
bitset dst;
|
|
||||||
{
|
{
|
||||||
unsigned int last_bit;
|
unsigned int last_bit;
|
||||||
bitset_bindex n_bits;
|
bitset_bindex n_bits;
|
||||||
|
|||||||
Reference in New Issue
Block a user