dbertoni    2003/07/15 12:56:19

  Modified:    c/src/xalanc/XSLT XSLTResultTarget.hpp
  Log:
  Fix for strict platforms.
  
  Revision  Changes    Path
  1.4       +5 -0      xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp
  
  Index: XSLTResultTarget.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTResultTarget.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLTResultTarget.hpp      15 Jul 2003 17:01:34 -0000      1.3
  +++ XSLTResultTarget.hpp      15 Jul 2003 19:56:19 -0000      1.4
  @@ -98,6 +98,11 @@
        typedef std::ostream    StreamType;
   #endif
   
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
  +     typedef std::FILE       FILE;
  +#endif
  +
  +
        explicit
        XSLTResultTarget();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to