tests: avoid spurious assertion failure in test-float.c on ppc64
[gnulib.git] / modules / xsublist
1 Description:
2 Sequential list data type backed by another list, with out-of-memory checking.
3
4 Files:
5 lib/gl_xsublist.h
6 lib/gl_xsublist.c
7
8 Depends-on:
9 sublist
10 xalloc-die
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += gl_xsublist.h gl_xsublist.c
16
17 Include:
18 "gl_xsublist.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Bruno Haible