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:28:43 UTC

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

dbertoni    02/04/11 22:28:43

  Modified:    c/samples/StreamTransform StreamTransform.cpp
  Log:
  Cleanup for picky compilers.
  
  Revision  Changes    Path
  1.8       +3 -0      xml-xalan/c/samples/StreamTransform/StreamTransform.cpp
  
  Index: StreamTransform.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/StreamTransform/StreamTransform.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StreamTransform.cpp	28 Feb 2002 06:10:54 -0000	1.7
  +++ StreamTransform.cpp	12 Apr 2002 05:28:43 -0000	1.8
  @@ -35,6 +35,9 @@
   	using std::istrstream;
   	using std::ofstream;
   	using std::ostrstream;
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
  +		using std::strlen;
  +#endif
   #endif
   
   	int	theResult = 0;
  
  
  

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