dbertoni 2004/03/02 18:26:36 Modified: c/src/xalanc/XPath XPathExpression.cpp Log: Fix for VC7, I hope. Revision Changes Path 1.12 +1 -1 xml-xalan/c/src/xalanc/XPath/XPathExpression.cpp Index: XPathExpression.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathExpression.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- XPathExpression.cpp 26 Feb 2004 22:40:35 -0000 1.11 +++ XPathExpression.cpp 3 Mar 2004 02:26:36 -0000 1.12 @@ -44,7 +44,7 @@ -#if defined(XALAN_INLINE_INITIALIZATION) +#if defined(XALAN_INLINE_INITIALIZATION) && !defined(XALAN_INLINE_INITIALIZATION_IS_DEFINITION_BUG) const XPathExpression::TokenQueueSizeType XPathExpression::s_opCodeMapLengthIndex; #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
