cex: add gnulib dependencies

* bootstrap.conf (gnulib_modules): Add linked-list.
This commit is contained in:
Akim Demaille
2020-05-13 07:31:31 +02:00
parent ed7d5c2b5b
commit 94bfdf3b4b
4 changed files with 27 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ gnulib_modules='
javaexec-script
ldexpl
libtextstyle-optional
linked-list
malloc-gnu
mbfile mbswidth
non-recursive-gnulib-prefix-hack
@@ -37,6 +38,7 @@ gnulib_modules='
obstack-printf
perror progname
quote quotearg
rbtreehash-list
readline
readme-release
realloc-posix

21
lib/.gitignore vendored
View File

@@ -118,10 +118,31 @@
/gettext.h
/gettime.c
/gettimeofday.c
/gl_anyhash1.h
/gl_anyhash2.h
/gl_anyhash_primes.h
/gl_anylinked_list1.h
/gl_anylinked_list2.h
/gl_anyrbtree_list1.h
/gl_anyrbtree_list2.h
/gl_anytree_list1.h
/gl_anytree_list2.h
/gl_anytree_oset.h
/gl_anytreehash_list1.h
/gl_anytreehash_list2.h
/gl_array_list.c
/gl_array_list.h
/gl_linked_list.c
/gl_linked_list.h
/gl_list.c
/gl_list.h
/gl_oset.c
/gl_oset.h
/gl_rbtree_ordered.h
/gl_rbtree_oset.c
/gl_rbtree_oset.h
/gl_rbtreehash_list.c
/gl_rbtreehash_list.h
/gl_xlist.c
/gl_xlist.h
/gnulib.mk

3
m4/.gitignore vendored
View File

@@ -1,4 +1,3 @@
/extern-inline.m4~
/*~
/00gnulib.m4
/__inline.m4
@@ -6,6 +5,7 @@
/alloca.m4
/asm-underscore.m4
/assert.m4
/builtin-expect.m4
/calloc.m4
/canonicalize.m4
/clock_time.m4
@@ -25,6 +25,7 @@
/exponentl.m4
/extensions.m4
/extern-inline.m4
/extern-inline.m4~
/fatal-signal.m4
/fcntl-o.m4
/fcntl.m4

View File

@@ -19,6 +19,8 @@
#ifndef COMPLAIN_H_
# define COMPLAIN_H_ 1
# include <attribute.h>
# include "location.h"
/*---------------.