diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2019-01-12 19:30:21 +0100 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2019-01-14 19:57:37 +0100 |
commit | 41aaa8374cb0a903df8565fdca32a7c1747f496b (patch) | |
tree | 2f59760459a1b5fd4328e9c37dd9c76437714e9e /bootstrap.conf | |
parent | 79e79be29841a9f9a7360ea53b2ad384b082cc71 (diff) | |
download | bison-41aaa8374cb0a903df8565fdca32a7c1747f496b.tar.gz |
diagnostics: update the grammar file
Let's use the fixits to actually update the grammar files.
* src/getargs.h, src/getargs.c (update_flag): New.
* src/fixits.h, src/fixits.c (fixits_run): New.
* src/main.c (main): Invoke fixits_run when --update is passed.
* tests/input.at (Deprecated directives): Check --update.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 1b1dd00c..2450ff07 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -38,6 +38,7 @@ gnulib_modules=' readme-release realloc-posix relocatable-prog relocatable-script + rename spawn-pipe stdbool stpcpy strdup-posix strerror strverscmp timevar unistd unistd-safer unlink unlocked-io |