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 2001/09/27 00:23:02 UTC

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

dbertoni    01/09/26 15:23:02

  Modified:    c/src/XPath NodeRefListBase.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.4       +1 -1      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NodeRefListBase.cpp	2001/08/06 01:38:53	1.3
  +++ NodeRefListBase.cpp	2001/09/26 22:23:02	1.4
  @@ -60,7 +60,7 @@
   
   
   #if !defined(XALAN_INLINE_INITIALIZATION)
  -const unsigned int	NodeRefListBase::npos = ~0u;
  +const NodeRefListBase::size_type	NodeRefListBase::npos = ~0u;
   #endif
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org