mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* lib/bitset/vector.c (vbitset_empty_p, vbitset_not) (vbitset_disjoint_p, vbitset_and, vbitset_and_or) (vbitset_and_or_cmp, vbitset_andn_or, vbitset_andn_or_cmp) (vbitset_or_and, vbitset_or_and_cmp): In a for-loop, use an index type related to the upper bound’s type rather than trusting ‘unsigned’ to be wide enough.