summaryrefslogtreecommitdiff
path: root/expat/xmlwf
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-10-04 21:28:32 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-10-04 21:29:35 +0200
commit31bdf3025b27e8204a9d4077f947fd54175d0e3b (patch)
tree1e3f9f13454d3f3e83201df44e380f50005983f1 /expat/xmlwf
parent41cc68cb67d2909fc293da40625024ca259e7d57 (diff)
downloadexpat-31bdf3025b27e8204a9d4077f947fd54175d0e3b.tar.gz
xmlwf/xmltchar.h: Make T(..) support T(XML_FMT_INT_MOD)
Diffstat (limited to 'expat/xmlwf')
-rw-r--r--expat/xmlwf/xmltchar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/expat/xmlwf/xmltchar.h b/expat/xmlwf/xmltchar.h
index a7adb358..cdfaea79 100644
--- a/expat/xmlwf/xmltchar.h
+++ b/expat/xmlwf/xmltchar.h
@@ -37,7 +37,8 @@
# ifndef XML_UNICODE_WCHAR_T
# error xmlwf requires a 16-bit Unicode-compatible wchar_t
# endif
-# define T(x) L ## x
+# define _PREPEND_BIG_L(x) L ## x
+# define T(x) _PREPEND_BIG_L(x)
# define ftprintf fwprintf
# define tfopen _wfopen
# define fputts fputws