Mercurial > hg > octave-lojdl > gnulib-hg
view modules/linkedhash-list @ 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 | a8c91b846640 |
children |
line wrap: on
line source
Description: Sequential list data type implemented by a hash table with a linked list. Files: lib/gl_linkedhash_list.h lib/gl_linkedhash_list.c lib/gl_anyhash_list1.h lib/gl_anyhash_list2.h lib/gl_anylinked_list1.h lib/gl_anylinked_list2.h Depends-on: list stdint xsize configure.ac: Makefile.am: lib_SOURCES += gl_linkedhash_list.h gl_linkedhash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anylinked_list1.h gl_anylinked_list2.h Include: "gl_linkedhash_list.h" License: GPL Maintainer: Bruno Haible