summaryrefslogtreecommitdiffstats
path: root/Utilities/cmexpat/lib/expat_external.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-19 19:26:00 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-19 19:26:00 (GMT)
commit0a40c668f5bd60e68cde3fc7803aec2611f6c1c3 (patch)
tree20a8fcda4b76c7ffb657bb6f53ded61261f72d87 /Utilities/cmexpat/lib/expat_external.h
parentd9d191a19f4a383e6e5a56d016526323476ce001 (diff)
parent4b8a8c226fd7fe19d9445664c4cb9ff084b44281 (diff)
downloadCMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.zip
CMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.tar.gz
CMake-0a40c668f5bd60e68cde3fc7803aec2611f6c1c3.tar.bz2
Merge branch 'upstream-expat' into update-expat
* upstream-expat: expat 2017-06-17 (c4446687)
Diffstat (limited to 'Utilities/cmexpat/lib/expat_external.h')
-rw-r--r--Utilities/cmexpat/lib/expat_external.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Utilities/cmexpat/lib/expat_external.h b/Utilities/cmexpat/lib/expat_external.h
index 07a3c5c..d60eecc 100644
--- a/Utilities/cmexpat/lib/expat_external.h
+++ b/Utilities/cmexpat/lib/expat_external.h
@@ -95,7 +95,10 @@ extern "C" {
#endif
#ifdef XML_UNICODE_WCHAR_T
-#define XML_UNICODE
+# define XML_UNICODE
+# if defined(__SIZEOF_WCHAR_T__) && (__SIZEOF_WCHAR_T__ != 2)
+# error "sizeof(wchar_t) != 2; Need -fshort-wchar for both Expat and libc"
+# endif
#endif
#ifdef XML_UNICODE /* Information is UTF-16 encoded. */