dbertoni 2004/02/17 13:58:25 Modified: c/src/xalanc/XPath XPathExpression.cpp Log: Put definition for gcc workaround. Revision Changes Path 1.10 +6 -0 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- XPathExpression.cpp 12 Feb 2004 05:36:02 -0000 1.9 +++ XPathExpression.cpp 17 Feb 2004 21:58:25 -0000 1.10 @@ -85,6 +85,12 @@ +#if defined(XALAN_INLINE_INITIALIZATION) +const XPathExpression::TokenQueueSizeType XPathExpression::s_opCodeMapLengthIndex; +#endif + + + // This is an array which indicates which of the value defined by // XPathExpression::eOpCodes are node tests. static const bool theNodeTestOpCodesArray[] =
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
