]> Savannah Git Hosting - gnulib.git/commit
bitset: style: use consistent names
authorAkim Demaille <akim.demaille@gmail.com>
Sun, 29 Nov 2020 14:59:22 +0000 (15:59 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Mon, 30 Nov 2020 05:44:28 +0000 (06:44 +0100)
commit58643852b18d9a780f1bdc84e0b9b661d842755d
treecd144fe40e7404c3084d83222bb4ffc414dd849d
parent2d201adc2e3e0f1cfbe9880c6fc365bd17661273
bitset: style: use consistent names

* bitset/list.c (lbitset_list_reverse): Rename 'bcount' as 'bitcnt',
and 'boffset' as 'bitoff', for consistency with the other
implementations.
* bitset/table.c (tbitset_list_reverse): Likewise.
ChangeLog
lib/bitset/list.c
lib/bitset/table.c