From 28ee846711e18ec802c44c9d7896523162f177eb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Jun 2003 07:24:40 +0000 Subject: [PATCH] Upgrade to 2003-06-08 libbitset, then: lbitset_unused_clear): Use prototypes, not old-style definitions. --- lib/lbitset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.45.2