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...@locus.apache.org on 2000/05/31 19:01:21 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetExecutionContext.hpp XSLTInputSource.hpp XSLTResultTarget.hpp

dbertoni    00/05/31 10:01:21

  Modified:    c/src/XSLT StylesheetExecutionContext.hpp
                        XSLTInputSource.hpp XSLTResultTarget.hpp
  Log:
  Removed extraneous #define of XALAN_NO_IOSFWD.
  
  Revision  Changes    Path
  1.18      +1 -1      xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp
  
  Index: StylesheetExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContext.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- StylesheetExecutionContext.hpp	2000/05/29 22:49:00	1.17
  +++ StylesheetExecutionContext.hpp	2000/05/31 17:01:19	1.18
  @@ -65,7 +65,7 @@
   #include <XSLT/XSLTDefinitions.hpp>
   
   
  -#define XALAN_NO_IOSFWD
  +
   #if defined(XALAN_NO_IOSFWD)
   #include <ostream>
   #else
  
  
  
  1.7       +0 -1      xml-xalan/c/src/XSLT/XSLTInputSource.hpp
  
  Index: XSLTInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTInputSource.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSLTInputSource.hpp	2000/05/11 19:09:08	1.6
  +++ XSLTInputSource.hpp	2000/05/31 17:01:19	1.7
  @@ -68,7 +68,6 @@
   
   
   
  -#define XALAN_NO_IOSFWD
   #if defined(XALAN_NO_IOSFWD)
   #include <istream>
   #else
  
  
  
  1.8       +1 -1      xml-xalan/c/src/XSLT/XSLTResultTarget.hpp
  
  Index: XSLTResultTarget.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTResultTarget.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XSLTResultTarget.hpp	2000/05/11 19:09:08	1.7
  +++ XSLTResultTarget.hpp	2000/05/31 17:01:19	1.8
  @@ -65,7 +65,7 @@
   #include "XSLTDefinitions.hpp"
   
   
  -#define XALAN_NO_IOSFWD
  +
   #if defined(XALAN_NO_IOSFWD)
   #include <ostream>
   #else