You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2002/05/08 19:24:37 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema SchemaSymbols.hpp

knoaman     02/05/08 10:24:37

  Modified:    c/src/xercesc/validators/schema SchemaSymbols.hpp
  Log:
  Fix bor bug 8301: INFINITY used as enum member.
  
  Revision  Changes    Path
  1.2       +1 -2      xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.hpp
  
  Index: SchemaSymbols.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaSymbols.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SchemaSymbols.hpp	1 Feb 2002 22:22:46 -0000	1.1
  +++ SchemaSymbols.hpp	8 May 2002 17:24:37 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: SchemaSymbols.hpp,v 1.1 2002/02/01 22:22:46 peiyongz Exp $
  + * $Id: SchemaSymbols.hpp,v 1.2 2002/05/08 17:24:37 knoaman Exp $
    */
   
   #if !defined(SCHEMASYMBOLS_HPP)
  @@ -266,7 +266,6 @@
       };
   
       enum {
  -        INFINITY = -2,
           UNBOUNDED = -1,
           NILLABLE = 1,
           ABSTRACT = 2,
  
  
  

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