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/22 03:32:43 UTC

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

dbertoni    2002/11/21 18:32:43

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.hpp
  Log:
  Removed extraneous ;s.
  
  Revision  Changes    Path
  1.41      +3 -3      xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.hpp
  
  Index: XercesParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.hpp,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- XercesParserLiaison.hpp	22 Nov 2002 01:12:49 -0000	1.40
  +++ XercesParserLiaison.hpp	22 Nov 2002 02:32:43 -0000	1.41
  @@ -84,11 +84,11 @@
   
   
   #if XERCES_VERSION_MAJOR >= 2
  -XALAN_DECLARE_XERCES_CLASS(XercesDOMParser);
  +XALAN_DECLARE_XERCES_CLASS(XercesDOMParser)
   #else
  -XALAN_DECLARE_XERCES_CLASS(DOMParser);
  +XALAN_DECLARE_XERCES_CLASS(DOMParser)
   #endif
  -XALAN_DECLARE_XERCES_CLASS(SAXParser);
  +XALAN_DECLARE_XERCES_CLASS(SAXParser)
   
   
   
  
  
  

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