summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-21 17:29:35 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-01-21 18:47:31 -0800
commita13558b4366698af08f5a757ce6b47042852a7bd (patch)
tree0e85418647c76ad633ca24a2850624713ef16bcc /config
parent49c6f78c8b55f5d876ba499fdcd60a13661b49b7 (diff)
downloadgnulib-a13558b4366698af08f5a757ce6b47042852a7bd.tar.gz
regex: simplify definition of BITSET_WORD_BITS
* config/srclist.txt: Remove regex.c, regex_internal.h temporarily. * lib/regex.c (__STDC_WANT_IEC_60559_BFP_EXT__): Define. * lib/regex_internal.h (BITSET_WORD_BITS): * modules/regex (Depends-on): Add limits-h. Simplify now that we can use ULONG_WIDTH.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 9a7b9597d4..16a799cc61 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -53,10 +53,10 @@ $LIBCSRC malloc/scratch_buffer_set_array_size.c lib/malloc
# Temporarily newer in Gnulib than in glibc.
#$LIBCSRC include/intprops.h lib
$LIBCSRC posix/regcomp.c lib
-$LIBCSRC posix/regex.c lib
+#$LIBCSRC posix/regex.c lib
$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib
-$LIBCSRC posix/regex_internal.h lib
+#$LIBCSRC posix/regex_internal.h lib
$LIBCSRC posix/regexec.c lib
$LIBCSRC time/timegm.c lib
#$LIBCSRC time/mktime.c lib