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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
