mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
ba700afa42
* modules/xalloc (Files): Remove m4/inline.m4. (Depends-on): Add inline, instead. * modules/oset: Likewise. * modules/list: Likewise.
27 lines
261 B
Plaintext
27 lines
261 B
Plaintext
Description:
|
|
Abstract sequential list data type.
|
|
|
|
Files:
|
|
lib/gl_list.h
|
|
lib/gl_list.c
|
|
m4/gl_list.m4
|
|
|
|
Depends-on:
|
|
inline
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_LIST
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_list.h gl_list.c
|
|
|
|
Include:
|
|
"gl_list.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|