mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/count-one-bits.h (count_one_bits_ll): Define unconditionally. * m4/count-one-bits.m4: Remove file. * modules/count-one-bits (Files): Remove it. (configure.ac): Don't invoke gl_COUNT_ONE_BITS. * tests/test-count-one-bits.c (main): Test count_one_bits_ll unconditionally.
24 lines
260 B
Plaintext
24 lines
260 B
Plaintext
Description:
|
|
Counts the number of 1-bits in a word.
|
|
|
|
Files:
|
|
lib/count-one-bits.c
|
|
lib/count-one-bits.h
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += count-one-bits.c
|
|
|
|
Include:
|
|
"count-one-bits.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|