view modules/xoset @ 15142:5d4def55e128

wcscat: Move AC_LIBOBJ invocations to module description. * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here... * modules/wcscat (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:08:09 +0200
parents efa853c0fcc4
children 86c983ca0522
line wrap: on
line source

Description:
Abstract ordered set data type, with out-of-memory checking.

Files:
lib/gl_xoset.h
lib/gl_xoset.c
m4/gl_list.m4

Depends-on:
oset
inline
stdbool
xalloc-die

configure.ac:
gl_LIST

Makefile.am:
lib_SOURCES += gl_xoset.h gl_xoset.c

Include:
"gl_xoset.h"

License:
GPL

Maintainer:
Bruno Haible