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/e82382a236e8
branches: netbsd-8
changeset: 434758:e82382a236e8
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 2be1d978974d -r e82382a236e8 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