summaryrefslogtreecommitdiff
path: root/lib/lbitset.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-06-17 07:24:40 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-06-17 07:24:40 +0000
commit28ee846711e18ec802c44c9d7896523162f177eb (patch)
tree724fe5436d7180890215f2667362a53f7e5bf912 /lib/lbitset.c
parent75d0ea41faaf7bf31ada160b8dbb1827e75afe15 (diff)
downloadbison-28ee846711e18ec802c44c9d7896523162f177eb.tar.gz
Upgrade to 2003-06-08 libbitset, then:
lbitset_unused_clear): Use prototypes, not old-style definitions.
Diffstat (limited to 'lib/lbitset.c')
-rw-r--r--lib/lbitset.c3
1 files changed, 1 insertions, 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;