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:15:40 UTC

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

dbertoni    01/09/26 15:15:40

  Modified:    c/src/XPath NodeRefListBase.hpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.12      +4 -0      xml-xalan/c/src/XPath/NodeRefListBase.hpp
  
  Index: NodeRefListBase.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/NodeRefListBase.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NodeRefListBase.hpp	2001/09/26 20:58:46	1.11
  +++ NodeRefListBase.hpp	2001/09/26 22:15:40	1.12
  @@ -64,6 +64,10 @@
   
   
   
  +#include <cstddef>
  +
  +
  +
   class XalanNode;
   
   
  
  
  

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