summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-12-18 10:51:33 -0800
committerJim Meyering <meyering@fb.com>2016-12-18 11:13:06 -0800
commit9ce9ee19f849332857ea239ea7a85d739c5f9656 (patch)
treef70d18a9c00d1e210d2e428c1204a4cfaab0f2bc /lib
parent937b1ba642ec45dfdd3390771d641d28017ff650 (diff)
downloadsed-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/.gitignore1
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