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/11/15 00:55:11 UTC

cvs commit: xml-xalan/c/src/TestXPath TestXPath.cpp

dbertoni    2002/11/14 15:55:11

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Straightened out iostreams #defines.
  
  Revision  Changes    Path
  1.35      +1 -1      xml-xalan/c/src/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- TestXPath.cpp	31 Oct 2002 08:06:29 -0000	1.34
  +++ TestXPath.cpp	14 Nov 2002 23:55:11 -0000	1.35
  @@ -65,7 +65,7 @@
   
   
   
  -#if defined(XALAN_OLD_STREAM_HEADERS)
  +#if defined(XALAN_CLASSIC_IOSTREAMS)
   #include <iostream.h>
   #else
   #include <iostream>
  
  
  

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