You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/26 03:48:55 UTC

cvs commit: xml-xerces/c/src/util/Compilers OS400SetDefs.hpp

tng         01/06/25 18:48:54

  Modified:    c/src/util/Compilers OS400SetDefs.hpp
  Log:
  AS400 Changes.  By Linda Swan.
  
  Revision  Changes    Path
  1.6       +4 -3      xml-xerces/c/src/util/Compilers/OS400SetDefs.hpp
  
  Index: OS400SetDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/OS400SetDefs.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- OS400SetDefs.hpp	2001/03/02 20:53:04	1.5
  +++ OS400SetDefs.hpp	2001/06/26 01:48:52	1.6
  @@ -55,13 +55,12 @@
    */
   
   /*
  - * $Id: OS400SetDefs.hpp,v 1.5 2001/03/02 20:53:04 knoaman Exp $
  + * $Id: OS400SetDefs.hpp,v 1.6 2001/06/26 01:48:52 tng Exp $
    */
   
   
   #ifndef OS400SETDEFS_H
   #define OS400SETDEFS_H 
  -#include <util/XercesDefs.hpp>
   
   // ---------------------------------------------------------------------------
   // Define these away for this platform
  @@ -73,7 +72,9 @@
   // ---------------------------------------------------------------------------
   // Indicate that we do not support native bools
   // ---------------------------------------------------------------------------
  -#define NO_NATIVE_BOOL
  +#if !defined(__BOOL__)
  +  #define NO_NATIVE_BOOL
  +#endif
   
   
   // ---------------------------------------------------------------------------
  
  
  

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