You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/02/17 22:58:25 UTC

cvs commit: xml-xalan/c/src/xalanc/XPath XPathExpression.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org