Fix bool-vector-count-population bug on MinGW64.
commit0fadc0b0ae30c97b9c810476f3c96ed5ce25a1f9
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jan 2014 20:55:22 +0000 (24 12:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jan 2014 20:55:22 +0000 (24 12:55 -0800)
treefba1a7ae71c4278a234adad3de083eba249583a0
parent1c597a5e2fbc8a15d8b0142c529be087f007db9c
Fix bool-vector-count-population bug on MinGW64.

* data.c (count_one_bits_word): Fix bug (negated comparison)
when BITS_PER_ULL < BITS_PER_BITS_WORD.

Fixes: debbugs:16535
src/ChangeLog
src/data.c