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 2002/04/12 07:34:00 UTC

cvs commit: xml-xalan/c/samples/XPathWrapper XPathWrapper.cpp

dbertoni    02/04/11 22:34:00

  Modified:    c/samples/XPathWrapper XPathWrapper.cpp
  Log:
  Cleanup for picky compilers.
  
  Revision  Changes    Path
  1.17      +4 -0      xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp
  
  Index: XPathWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XPathWrapper.cpp	27 Mar 2002 15:20:11 -0000	1.16
  +++ XPathWrapper.cpp	12 Apr 2002 05:34:00 -0000	1.17
  @@ -79,6 +79,10 @@
   		std::ostream&	errorStream)
   #endif
   	{
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
  +		using std::strlen;
  +#endif
  +
   		//initialize Xerces...
   		try
   		{
  
  
  

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