tng         2002/09/27 06:22:53

  Modified:    c/src/xercesc/validators/schema GeneralAttributeCheck.cpp
  Log:
  [Bug 13073] GeneralAttributeCheck.cpp : compilation fails with Sun C++ 4.2 on 
Solaris2.7 system.
  
  Revision  Changes    Path
  1.8       +4 -1      
xml-xerces/c/src/xercesc/validators/schema/GeneralAttributeCheck.cpp
  
  Index: GeneralAttributeCheck.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/validators/schema/GeneralAttributeCheck.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- GeneralAttributeCheck.cpp 26 Sep 2002 21:08:14 -0000      1.7
  +++ GeneralAttributeCheck.cpp 27 Sep 2002 13:22:52 -0000      1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.8  2002/09/27 13:22:52  tng
  + * [Bug 13073] GeneralAttributeCheck.cpp : compilation fails with Sun C++ 4.2 on 
Solaris2.7 system.
  + *
    * Revision 1.7  2002/09/26 21:08:14  tng
    * [Bug12849] comparison is always false warning.  Patch from Gareth Reakes
    *
  @@ -832,7 +835,7 @@
   #endif
   
   
  -unsigned short GeneralAttributeCheck::fgElemAttTable[E_Count][A_Count] =
  +unsigned short 
GeneralAttributeCheck::fgElemAttTable[GeneralAttributeCheck::E_Count][GeneralAttributeCheck::A_Count]
 =
   {
     { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 258, 0, 514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 0, 0},
     { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 0},
  
  
  

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

Reply via email to