From d083f2be04cfc4f616c4649cef4622814ca4979d Mon Sep 17 00:00:00 2001 From: "Unknown (aruna1)" <dev-null@apache.org> Date: Fri, 14 Jan 2000 02:28:16 +0000 Subject: [PATCH] Added L"string" support for cset compiler git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171567 13f79535-47bb-0310-9956-ffa450edef68 --- src/util/Compilers/CSetDefs.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/util/Compilers/CSetDefs.hpp b/src/util/Compilers/CSetDefs.hpp index 2fc4cde23..6441090b4 100644 --- a/src/util/Compilers/CSetDefs.hpp +++ b/src/util/Compilers/CSetDefs.hpp @@ -56,6 +56,9 @@ /** * $Log$ + * Revision 1.5 2000/01/14 02:28:16 aruna1 + * Added L"string" support for cset compiler + * * Revision 1.4 2000/01/12 19:11:49 aruna1 * XMLCh now defined to wchar_t * @@ -77,6 +80,13 @@ #define PLATFORM_EXPORT #define PLATFORM_IMPORT +// --------------------------------------------------------------------------- +// Supports L"" prefixed constants. There are places +// where it is advantageous to use the L"" where it supported, to avoid +// unnecessary transcoding. xlC_r does support this, so we define this token. +// If your compiler does not support it, don't define this. +// --------------------------------------------------------------------------- +#define XML_LSTRSUPPORT // --------------------------------------------------------------------------- // Indicate that we do not support native bools -- GitLab