* m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Fix typo s/2/-2/ in
emitted documentation string.
+2014-05-16 Jim Meyering <meyering@fb.com>
+
+ mbrtowc.m4: fix a comment typo
+ * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Fix typo s/2/-2/ in
+ emitted documentation string.
+
2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
mbrlen, mbrtowc: fix bug with empty input
case "$gl_cv_func_mbrtowc_empty_input" in
*yes) ;;
*) AC_DEFINE([MBRTOWC_EMPTY_INPUT_BUG], [1],
- [Define if the mbrtowc function does not return (size_t) 2
+ [Define if the mbrtowc function does not return (size_t) -2
for empty input.])
REPLACE_MBRTOWC=1
;;