view modules/bitset @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 14ac09965b35
children
line wrap: on
line source

Description:
A common interface to several implementations of bitsets.

Files:
lib/bitset.c
lib/bitset.h
lib/bitset/array.c
lib/bitset/array.h
lib/bitset/base.h
lib/bitset/list.c
lib/bitset/list.h
lib/bitset/stats.c
lib/bitset/stats.h
lib/bitset/table.c
lib/bitset/table.h
lib/bitset/vector.c
lib/bitset/vector.h

Depends-on:
c99
gettext-h
obstack
xalloc

Makefile.am:
lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
  bitset/table.c bitset/list.c bitset/vector.c

Include:
"bitset.h"

License:
GPLv3+

Maintainer:
Akim Demaille <akim.demaille@gmail.com>