+2018-12-15 Jim Meyering <meyering@fb.com>
+
+ regex: fix indentation
+ * m4/regex.m4 (gl_REGEX): Indent with spaces, not TABs.
+
2018-12-15 Bruno Haible <bruno@clisp.org>
openat-safer tests: Avoid test failure on NetBSD 8.
result |= 64;
/* Matching with the compiled form of this regexp would provoke
- an assertion failure prior to glibc-2.28:
- regexec.c:1375: pop_fail_stack: Assertion 'num >= 0' failed
- With glibc-2.28, compilation fails and reports the invalid
- back reference. */
+ an assertion failure prior to glibc-2.28:
+ regexec.c:1375: pop_fail_stack: Assertion 'num >= 0' failed
+ With glibc-2.28, compilation fails and reports the invalid
+ back reference. */
re_set_syntax (RE_SYNTAX_POSIX_EGREP);
memset (®ex, 0, sizeof regex);
s = re_compile_pattern ("0|()0|\\1|0", 10, ®ex);