auriemma 01/01/03 13:29:48
Modified: c/src/PlatformSupport DOMStringHelper.hpp Log: AIX changes. Revision Changes Path 1.40 +1 -1 xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp Index: DOMStringHelper.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.hpp,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- DOMStringHelper.hpp 2000/12/21 04:26:18 1.39 +++ DOMStringHelper.hpp 2001/01/03 21:29:47 1.40 @@ -104,7 +104,7 @@ // This macro has been defined to deal with certain C++ compilers which // do not create Unicode strings when the "L" string constant prefix is // used. It is meant _only_ for use with static strings. -#if defined(XALAN_LSTRSUPPORT) +#if defined(XALAN_LSTRSUPPORT) && !defined(XALAN_XALANDOMCHAR_USHORT_MISMATCH) #define XALAN_STATIC_UCODE_STRING(str) L##str
