dbertoni 2003/06/11 14:22:42
Modified: c/src/PlatformSupport XalanTranscodingServices.cpp
Log:
Fixed #ifdef glitch.
Revision Changes Path
1.22 +1 -1
xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp
Index: XalanTranscodingServices.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- XalanTranscodingServices.cpp 5 Jun 2003 18:11:50 -0000 1.21
+++ XalanTranscodingServices.cpp 11 Jun 2003 21:22:42 -0000 1.22
@@ -308,7 +308,7 @@
theCode,
// A glitch in Xerces 2.3 omits the default parameter, so
// we have to provide one.
-#if XERCES_VERSION_MAJOR >= 2 && XERCES_VERSION_MINOR == 3
+#if XERCES_VERSION_MAJOR == 2 && XERCES_VERSION_MINOR == 3
theBlockSize,
XMLPlatformUtils::fgMemoryManager);
#else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]