dbertoni    2002/09/18 21:31:24

  Modified:    c/src/XPath NodeRefListBase.cpp
  Log:
  Fix for VC7.
  
  Revision  Changes    Path
  1.5       +2 -0      xml-xalan/c/src/XPath/NodeRefListBase.cpp
  
  Index: NodeRefListBase.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/NodeRefListBase.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NodeRefListBase.cpp       26 Sep 2001 22:23:02 -0000      1.4
  +++ NodeRefListBase.cpp       19 Sep 2002 04:31:24 -0000      1.5
  @@ -61,6 +61,8 @@
   
   #if !defined(XALAN_INLINE_INITIALIZATION)
   const NodeRefListBase::size_type     NodeRefListBase::npos = ~0u;
  +#elif !defined(XALAN_INLINE_INITIALIZATION_IS_DEFINITION_BUG)
  +const NodeRefListBase::size_type     NodeRefListBase::npos;
   #endif
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to