You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2003/12/18 01:46:33 UTC

cvs commit: xml-xerces/c/src/xercesc/util/regx RegularExpression.hpp

cargilld    2003/12/17 16:46:33

  Modified:    c/src/xercesc/util/regx RegularExpression.hpp
  Log:
  Fix AIX compiler error.
  
  Revision  Changes    Path
  1.14      +2 -2      xml-xerces/c/src/xercesc/util/regx/RegularExpression.hpp
  
  Index: RegularExpression.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/regx/RegularExpression.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RegularExpression.hpp	17 Dec 2003 20:00:49 -0000	1.13
  +++ RegularExpression.hpp	18 Dec 2003 00:46:33 -0000	1.14
  @@ -146,7 +146,7 @@
       bool matches(const char* const matchString, const int start,
                    const int end, Match* const pMatch, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
   
  -    bool matches(const XMLCh* const matchString, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);;
  +    bool matches(const XMLCh* const matchString, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
       bool matches(const XMLCh* const matchString, const int start,
                    const int end, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
       bool matches(const XMLCh* const matchString, Match* const pMatch, MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager);
  
  
  

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