From e79cf41f3c8607a78219955b5c04b398e7ff0ca9 Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Sat, 25 Jan 2020 21:19:27 +0100
Subject: [PATCH] mbchar, wctype: Use the corrected iswxdigit function.

* modules/mbchar (Depends-on): Add iswxdigit.
* modules/wctype (Depends-on): Likewise.
---
 ChangeLog      | 4 ++++
 modules/mbchar | 1 +
 modules/wctype | 1 +
 3 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index f5a0863864..28b39807b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-25  Bruno Haible  <bruno@clisp.org>
 
+	mbchar, wctype: Use the corrected iswxdigit function.
+	* modules/mbchar (Depends-on): Add iswxdigit.
+	* modules/wctype (Depends-on): Likewise.
+
 	iswxdigit: Add tests.
 	* tests/test-iswxdigit.c: New file.
 	* tests/test-iswxdigit.sh: New file.
diff --git a/modules/mbchar b/modules/mbchar
index b11e3654f1..1a79abce92 100644
--- a/modules/mbchar
+++ b/modules/mbchar
@@ -14,6 +14,7 @@ wchar
 wctype-h
 iswblank
 iswdigit
+iswxdigit
 wcwidth
 memcmp
 
diff --git a/modules/wctype b/modules/wctype
index 2447c26b99..e653f62748 100644
--- a/modules/wctype
+++ b/modules/wctype
@@ -16,6 +16,7 @@ Depends-on:
 wctype-h
 iswblank        [test $HAVE_WCTYPE = 0]
 iswdigit        [test $HAVE_WCTYPE = 0]
+iswxdigit       [test $HAVE_WCTYPE = 0]
 
 configure.ac:
 gl_FUNC_WCTYPE
-- 
2.39.5