Upgrade to 2003-06-08 libbitset, then:
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:24:40 +0000 (07:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:24:40 +0000 (07:24 +0000)
lbitset_unused_clear): Use prototypes, not old-style definitions.

lib/lbitset.c

index 6b0a50b..82fc10c 100644 (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;