Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/include Disable wchar_t support since ou...



details:   https://anonhg.NetBSD.org/src/rev/00355df0c765
branches:  trunk
changeset: 831239:00355df0c765
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Sat Mar 17 11:06:48 2018 +0000

description:
Disable wchar_t support since our C library does not treat wchar_t
as UCS-4 in the case of non-UTF-8 locales.

This feature was controlled by USE_WCHAR and disabled on NetBSD 7.

diffstat:

 external/bsd/mdocml/include/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 00ddf630e2a9 -r 00355df0c765 external/bsd/mdocml/include/config.h
--- a/external/bsd/mdocml/include/config.h      Sat Mar 17 10:42:23 2018 +0000
+++ b/external/bsd/mdocml/include/config.h      Sat Mar 17 11:06:48 2018 +0000
@@ -41,7 +41,7 @@
 #define HAVE_STRTONUM 0
 #define HAVE_SYS_ENDIAN 1
 #define HAVE_VASPRINTF 1
-#define HAVE_WCHAR 1
+#define HAVE_WCHAR 0
 #define HAVE_OHASH 0
 
 #define BINM_APROPOS "apropos"



Home | Main Index | Thread Index | Old Index