mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
6ac43814a5
* lib/hamt.c: Include <stdbit.h> instead of count-one-bits.h. (trienode_count, subtrie_lookup, subtrie_insert, subtrie_remove): Call stdc_count_ones instead of count_one_bits. * modules/hamt (Depends-on): Add stdc_count_ones. Remove count-one-bits.
34 lines
372 B
Plaintext
34 lines
372 B
Plaintext
Description:
|
|
Persistent hash array mapped tries.
|
|
|
|
Files:
|
|
lib/hamt.h
|
|
lib/hamt.c
|
|
|
|
Depends-on:
|
|
stdc_count_ones
|
|
extern-inline
|
|
flexmember
|
|
inttypes-h-incomplete
|
|
bool
|
|
stdint-h
|
|
verify
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hamt.c
|
|
|
|
Include:
|
|
"hamt.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Marc Nieper-Wisskirchen
|