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 2003/03/27 17:16:44 UTC

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

tng         2003/03/27 08:16:43

  Modified:    c/src/xercesc/util AutoSense.hpp
  Log:
  use __IBMCPP__ instead of __xlC__ to determine xlC compiler
  
  Revision  Changes    Path
  1.10      +5 -2      xml-xerces/c/src/xercesc/util/AutoSense.hpp
  
  Index: AutoSense.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/AutoSense.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AutoSense.hpp	13 Mar 2003 22:11:46 -0000	1.9
  +++ AutoSense.hpp	27 Mar 2003 16:16:43 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2003/03/27 16:16:43  tng
  + * use __IBMCPP__ instead of __xlC__ to determine xlC compiler
  + *
    * Revision 1.9  2003/03/13 22:11:46  tng
    * [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
    *
  @@ -263,8 +266,6 @@
       #define XML_BORLAND
   #elif defined(_MSC_VER)
       #define XML_VISUALCPP
  -#elif defined(__xlC__)
  -    #define XML_CSET
   #elif defined(XML_SOLARIS)
       #if defined(__SUNPRO_CC) && (__SUNPRO_CC >=0x500)
           #define XML_SUNCC5
  @@ -307,6 +308,8 @@
           #if (__IBMC__ >= 400 || __IBMCPP__ >= 400)
               #define XML_IBMVA4_OS2
           #endif
  +    #elif defined(XML_AIX)
  +        #define XML_CSET              
       #endif
   #elif defined(XML_TRU64) && defined(__DECCXX)
       #define XML_DECCXX
  
  
  

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