]> git.saurik.com Git - bison.git/blobdiff - lib/lbitset.c
Upgrade to 2003-06-08 libbitset, then:
[bison.git] / lib / lbitset.c
index 6b0a50b85299e13c785a09924ee997c08d266c2b..82fc10ce7b3866199a7d7944185f82f4600787a1 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;