summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-12 18:22:41 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-14 19:57:37 +0100
commitffe2e4aaecbeb0288096da798852d39293318157 (patch)
treedcca2ba1d0d2131ac3537491715c42f169ec16bc /bootstrap.conf
parentdad14ec3e4fa4cea4bbf1cf02cf01c0c3add6f4f (diff)
downloadbison-ffe2e4aaecbeb0288096da798852d39293318157.tar.gz
diagnostics: keep the fixits
Introduce proper support for fixits, instead of just printing them on demand. * bootstrap.conf: We need gnulib's xlists. * src/fixits.h, src/fixits.c: New. * src/complain.c (deprecated_directive): Use fixits_register. * src/main.c (main): Use fixits_free.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ccecd9aa..1b1dd00c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -17,7 +17,7 @@
# gnulib modules used by this package.
gnulib_modules='
- argmatch assert
+ argmatch array-list assert
bitsetv
calloc-posix close closeout config-h c-strcase
configmake
@@ -26,7 +26,9 @@ gnulib_modules='
getopt-gnu
gettext git-version-gen gitlog-to-changelog
gpl-3.0 hash inttypes isnan javacomp-script
- javaexec-script ldexpl malloc-gnu
+ javaexec-script
+ ldexpl
+ malloc-gnu
mbswidth
non-recursive-gnulib-prefix-hack
obstack
@@ -44,6 +46,7 @@ gnulib_modules='
xalloc
xalloc-die
xconcat-filename
+ xlist
xmemdup0
xstrndup