diff options
author | Jim Meyering <meyering@fb.com> | 2016-12-18 10:51:33 -0800 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2016-12-18 11:13:06 -0800 |
commit | 9ce9ee19f849332857ea239ea7a85d739c5f9656 (patch) | |
tree | f70d18a9c00d1e210d2e428c1204a4cfaab0f2bc /lib | |
parent | 937b1ba642ec45dfdd3390771d641d28017ff650 (diff) | |
download | sed-9ce9ee19f849332857ea239ea7a85d739c5f9656.tar.gz |
gnulib: update to latest and adapt to modified dfa API
* sed/regexp.c (compile_regex_1): Do away with use of DFA_CASE_FOLD.
This gnulib update pulls in a dfa module in which that symbol no
longer exists. Instead, it uses RE_ICASE in syntax bits.
* m4/.gitignore: Add files created by running bootstrap.
* lib/.gitignore: Likewise.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index e46e2fb..8c94888 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -234,3 +234,4 @@ xstrndup.h /hard-locale.c /hard-locale.h /memrchr.c +/minmax.h |