From 154592f9db7af78cfa31ad6d64134ca89eed13b0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 18 Sep 2020 13:04:27 +0300 Subject: Update support files from GNULIB. --- support/regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/regcomp.c') diff --git a/support/regcomp.c b/support/regcomp.c index 93bb0a05..692928b0 100644 --- a/support/regcomp.c +++ b/support/regcomp.c @@ -558,7 +558,7 @@ weak_alias (__regerror, regerror) 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 -- cgit v1.2.3