]> git.saurik.com Git - bison.git/commitdiff
(vbitset_copy): Now static, to avoid a GCC warning.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 08:16:33 +0000 (08:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 08:16:33 +0000 (08:16 +0000)
lib/vbitset.c

index 609aca31c743037fc43897ba72c544eba2241010..7db5c53816a46936201027e3fa6ec33a15f1dcfb 100644 (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))