Mercurial > hg > octave-jordi > gnulib-hg
diff modules/xlist @ 12445:a8c91b846640
Move the malloc checking from module 'list' to new module 'xlist'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 14 Dec 2009 00:24:41 +0100 (2009-12-13) |
parents | |
children | efa853c0fcc4 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/xlist @@ -0,0 +1,27 @@ +Description: +Abstract sequential list data type, with out-of-memory checking. + +Files: +lib/gl_xlist.h +lib/gl_xlist.c +m4/gl_list.m4 + +Depends-on: +inline +stdbool +xalloc-die + +configure.ac: +gl_LIST + +Makefile.am: +lib_SOURCES += gl_xlist.h gl_xlist.c + +Include: +"gl_xlist.h" + +License: +GPL + +Maintainer: +Bruno Haible