diff --git a/lib/vbitset.c b/lib/vbitset.c index 609aca31..7db5c538 100644 --- a/lib/vbitset.c +++ b/lib/vbitset.c @@ -1071,7 +1071,7 @@ vbitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3) } -void +static void vbitset_copy (bitset dst, bitset src) { if (BITSET_COMPATIBLE_ (dst, src))