> The continuous integration uncovered this problem: A testdir with modules
> 'bitset' and 'free-posix' fails to build.
Similarly, I get a conflict on Ubuntu 18.04:
gcc -g -O2 -o test-linkedhash_set test-linkedhash_set.o libtests.a
../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a -
^
../../gllib/bitset.c:184:5: note: in expansion of macro ‘BITSET_FREE_’
BITSET_FREE_ (bset);
^
This patch fixes it.
2020-12-26 Bruno Haible
bitset: Fix conflict with 'free-posix' module.
* lib/bitset/base.h: Include .
diff --git a/lib/bitset/base.h b