summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-23 17:34:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-24 09:35:15 -0800
commitfae096d8028a4a3c855a3f11ee22e3e726e853bb (patch)
tree01b1ebac168ca60ded611c0b81101a00cb4caba9 /config
parent1a268176fbb184e393c98575e61fe692264c7d91 (diff)
downloadgnulib-fae096d8028a4a3c855a3f11ee22e3e726e853bb.tar.gz
regex: assume RE_ENABLE_I18N
These days there is no longer any need to port to platforms lacking iswctype etc., since Gnulib now has substitutes. * config/srclist.txt: Comment out regex_internal.c and regex_internal.h for now, since they no longer match glibc. The intent is to merge them again soon. * lib/regex_internal.h (RE_ENABLE_I18N): Remove. All uses changed to assume that RE_ENABLE_I18N is 1. * modules/regex (Depends-on): Add iswctype.
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 e365012392..557b5dbaec 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -68,8 +68,8 @@ $LIBCSRC misc/sys/cdefs.h lib
#$LIBCSRC posix/regcomp.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.c lib
+#$LIBCSRC posix/regex_internal.h lib
#$LIBCSRC posix/regexec.c lib
#$LIBCSRC stdlib/canonicalize lib/canonicalize-lgpl.c
#$LIBCSRC sysdeps/generic/eloop-threshold.h lib