You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/02/22 02:00:10 UTC

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

aruna1      00/02/21 17:00:10

  Modified:    c/src/util XML4CDefs.hpp AutoSense.hpp
  Log:
  GNUGDefs references removed. Now only GCCDefs is used instead
  
  Revision  Changes    Path
  1.11      +3 -4      xml-xerces/c/src/util/XML4CDefs.hpp
  
  Index: XML4CDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XML4CDefs.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XML4CDefs.hpp	2000/02/06 07:48:05	1.10
  +++ XML4CDefs.hpp	2000/02/22 01:00:10	1.11
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: XML4CDefs.hpp,v $
  + * Revision 1.11  2000/02/22 01:00:10  aruna1
  + * GNUGDefs references removed. Now only GCCDefs is used instead
  + *
    * Revision 1.10  2000/02/06 07:48:05  rahulj
    * Year 2K copyright swat.
    *
  @@ -198,10 +201,6 @@
   
   #if defined(XML_SOLARIS_KAICC)
   #include    <util/Compilers/SunKaiDefs.hpp>
  -#endif
  -
  -#if defined(XML_GNUG)
  -#include    <util/Compilers/GNUGDefs.hpp>
   #endif
   
   #if defined(XML_HPUX_CC) || defined(XML_HPUX_aCC) || defined(XML_HPUX_KAICC)
  
  
  
  1.8       +6 -5      xml-xerces/c/src/util/AutoSense.hpp
  
  Index: AutoSense.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/AutoSense.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AutoSense.hpp	2000/02/06 07:48:00	1.7
  +++ AutoSense.hpp	2000/02/22 01:00:10	1.8
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: AutoSense.hpp,v $
  + * Revision 1.8  2000/02/22 01:00:10  aruna1
  + * GNUGDefs references removed. Now only GCCDefs is used instead
  + *
    * Revision 1.7  2000/02/06 07:48:00  rahulj
    * Year 2K copyright swat.
    *
  @@ -166,10 +169,10 @@
       #elif defined(_EDG_RUNTIME_USES_NAMESPACES)
           #define XML_SOLARIS_KAICC
       #elif defined(__GNUG__)
  -        #define XML_GNUG
  +		#define XML_GCC
       #endif
  -#elif defined(__GNUG__)
  -    #define XML_GNUG
  +#elif defined (__GNUG__) || defined(__linux__)
  +    #define XML_GCC
   #elif defined(XML_HPUX)
       #if defined(EXM_HPUX)
           #define XML_HPUX_KAICC
  @@ -182,8 +185,6 @@
       #define XML_MIPSPRO_CC
   #elif defined(XML_TANDEM)
       #define XML_TANDEMCC
  -#elif defined(__linux__)
  -    #define XML_GCC
   #elif defined(__MVS__) && defined(__cplusplus)
       #define XML_MVSCPP
   #elif defined(EXM_OS390) && defined(__cplusplus)