From 98bb5428c8396f5925eaf910452761aeb172bbde Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Jun 2003 08:16:33 +0000 Subject: [PATCH] (vbitset_copy): Now static, to avoid a GCC warning. --- lib/vbitset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.45.2