summaryrefslogtreecommitdiff
path: root/m4/wchar.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 04:53:17 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 04:53:17 +0100
commit78f5fbf491b6f12a67a633f919ec24f97570a733 (patch)
tree5a6815c682a9eb2ff1b3874c2c7bb54011a7761f /m4/wchar.m4
parent2c11b49f00662697a6b27da0beb86adb4b6fae97 (diff)
downloadgnulib-78f5fbf491b6f12a67a633f919ec24f97570a733.tar.gz
Override mbsrtowcs when redefining mbstate_t.
Diffstat (limited to 'm4/wchar.m4')
-rw-r--r--m4/wchar.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/wchar.m4 b/m4/wchar.m4
index 0809b3c790..6e0fe01886 100644
--- a/m4/wchar.m4
+++ b/m4/wchar.m4
@@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
dnl Written by Eric Blake.
-# wchar.m4 serial 14
+# wchar.m4 serial 15
AC_DEFUN([gl_WCHAR_H],
[
@@ -80,6 +80,7 @@ AC_DEFUN([gl_WCHAR_H_DEFAULTS],
REPLACE_WCTOB=0; AC_SUBST([REPLACE_WCTOB])
REPLACE_MBSINIT=0; AC_SUBST([REPLACE_MBSINIT])
REPLACE_MBRTOWC=0; AC_SUBST([REPLACE_MBRTOWC])
+ REPLACE_MBSRTOWCS=0; AC_SUBST([REPLACE_MBSRTOWCS])
REPLACE_WCWIDTH=0; AC_SUBST([REPLACE_WCWIDTH])
WCHAR_H=''; AC_SUBST([WCHAR_H])
])