From: Paul Eggert Date: Tue, 17 Jun 2003 07:24:40 +0000 (+0000) Subject: Upgrade to 2003-06-08 libbitset, then: X-Git-Tag: BISON-2_0~259 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/28ee846711e18ec802c44c9d7896523162f177eb Upgrade to 2003-06-08 libbitset, then: lbitset_unused_clear): Use prototypes, not old-style definitions. --- diff --git a/lib/lbitset.c b/lib/lbitset.c index 6b0a50b8..82fc10ce 100644 --- a/lib/lbitset.c +++ b/lib/lbitset.c @@ -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;