(vbitset_copy): Now static, to avoid a GCC warning.

This commit is contained in:
Paul Eggert
2003-06-17 08:16:33 +00:00
parent 8dd76bee16
commit 98bb5428c8

View File

@@ -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))