]> Savannah Git Hosting - gnulib.git/commit
bitset: expose bitset_resize
authorAkim Demaille <akim.demaille@gmail.com>
Mon, 18 Mar 2019 17:27:27 +0000 (18:27 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Thu, 21 Mar 2019 06:18:17 +0000 (07:18 +0100)
commit7b31451e25f496ba138ee08348f67fc1d382859b
treec4882d58731648330f093c4f4fd4568652fef81d
parent17c967e57bf89d4c6fc0e94453814cf6852e39e2
bitset: expose bitset_resize

* lib/bitset.h (bitset_resize): Bounce on the polymorphic implementation.
* tests/test-bitset.c (check_attributes): Check bitset_resize.
(main): Use a variable bitset as reference, since fixed does not support resize.
ChangeLog
lib/bitset.h
tests/test-bitset.c