Source-Changes-HG archive

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

[src/netbsd-8]: src/external/bsd/mdocml/include Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/2f78c3109944
branches:  netbsd-8
changeset: 851494:2f78c3109944
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 18 11:01:00 2018 +0000

description:
Pull up following revision(s) (requested by nakayama in ticket #640):
        external/bsd/mdocml/include/config.h: revision 1.4
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 a48bbdff6af2 -r 2f78c3109944 external/bsd/mdocml/include/config.h
--- a/external/bsd/mdocml/include/config.h      Sun Mar 18 10:57:01 2018 +0000
+++ b/external/bsd/mdocml/include/config.h      Sun Mar 18 11:01:00 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