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 2001/04/11 23:34:17 UTC

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

dbertoni    01/04/11 14:34:17

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.cpp
  Log:
  Changed order of header files for OS/390 compiler bug.
  
  Revision  Changes    Path
  1.29      +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp
  
  Index: XercesParserLiaison.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- XercesParserLiaison.cpp	2001/03/14 15:29:35	1.28
  +++ XercesParserLiaison.cpp	2001/04/11 21:34:16	1.29
  @@ -92,8 +92,8 @@
   
   
   
  -#include "XercesDOMSupport.hpp"
   #include "XercesDocumentBridge.hpp"
  +#include "XercesDOMSupport.hpp"
   
   
   
  
  
  

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