* config/srclist.txt: Mark regcomp.c as needing sync with glibc.
+2020-08-17 Bruno Haible <bruno@clisp.org>
+
+ Revert autoupdate's revert.
+ * config/srclist.txt: Mark regcomp.c as needing sync with glibc.
+
2020-08-17 Bruno Haible <bruno@clisp.org>
uchar C++ tests: Fix build error on FreeBSD 12.
$LIBCSRC malloc/scratch_buffer_grow_preserve.c lib/malloc
$LIBCSRC malloc/scratch_buffer_set_array_size.c lib/malloc
#$LIBCSRC include/intprops.h lib
-$LIBCSRC posix/regcomp.c lib
+#$LIBCSRC posix/regcomp.c lib
$LIBCSRC posix/regex.c lib
#$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib
static const bitset_t utf8_sb_map =
{
/* Set the first 128 bits. */
-# if defined __GNUC__ && !defined __STRICT_ANSI__
+# if (defined __GNUC__ || __clang_major__ >= 4) && !defined __STRICT_ANSI__
[0 ... 0x80 / BITSET_WORD_BITS - 1] = BITSET_WORD_MAX
# else
# if 4 * BITSET_WORD_BITS < ASCII_CHARS