[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/c/src/util/Compilers HPCCDefs.hpp
From:       aruna1 () locus ! apache ! org
Date:       2000-03-29 0:41:08
[Download RAW message or body]

aruna1      00/03/28 16:41:08

  Modified:    c/src/util/Compilers HPCCDefs.hpp
  Log:
  Modified bool warnings for HP CC
  
  Revision  Changes    Path
  1.10      +14 -1     xml-xerces/c/src/util/Compilers/HPCCDefs.hpp
  
  Index: HPCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/HPCCDefs.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HPCCDefs.hpp	2000/03/02 19:55:08	1.9
  +++ HPCCDefs.hpp	2000/03/29 00:41:07	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: HPCCDefs.hpp,v $
  + * Revision 1.10  2000/03/29 00:41:07  aruna1
  + * Modified bool warnings for HP CC
  + *
    * Revision 1.9  2000/03/02 19:55:08  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -106,7 +109,15 @@
   // Indicate that we do not support native bools
   // ---------------------------------------------------------------------------
   #if defined(XML_HPUX_CC)
  -#define NO_NATIVE_BOOL
  +#ifndef bool
  +#define bool char
  +#endif
  +#ifndef true
  + #define  true     1
  +#endif
  +#ifndef false
  + #define false 0
  +#endif
   #endif
   
   
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic