Merge branch 'upstream' into stable
[gnulib.git] / modules / xoset
1 Description:
2 Abstract ordered set data type, with out-of-memory checking.
3
4 Files:
5 lib/gl_xoset.h
6 lib/gl_xoset.c
7 m4/gl_list.m4
8
9 Depends-on:
10 inline
11 stdbool
12 xalloc-die
13
14 configure.ac:
15 gl_LIST
16
17 Makefile.am:
18 lib_SOURCES += gl_xoset.h gl_xoset.c
19
20 Include:
21 "gl_xoset.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible