Merge branch 'upstream' into stable
[gnulib.git] / modules / xlist
1 Description:
2 Abstract sequential list data type, with out-of-memory checking.
3
4 Files:
5 lib/gl_xlist.h
6 lib/gl_xlist.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_xlist.h gl_xlist.c
19
20 Include:
21 "gl_xlist.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible