You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/12/16 04:21:39 UTC

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

cargilld    2004/12/15 19:21:39

  Modified:    c/src/xercesc/util AutoSense.hpp
  Log:
  Fix 390 build.
  
  Revision  Changes    Path
  1.17      +7 -0      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- AutoSense.hpp	18 Nov 2004 16:20:04 -0000	1.16
  +++ AutoSense.hpp	16 Dec 2004 03:21:39 -0000	1.17
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.17  2004/12/16 03:21:39  cargilld
  + * Fix 390 build.
  + *
    * Revision 1.16  2004/11/18 16:20:04  cargilld
    * Changes for linker problems with linux build using xlc.
    *
  @@ -279,6 +282,10 @@
           #endif
       #elif defined(XML_AIX) || defined(__linux__)
           #define XML_CSET              
  +    #elif defined(__MVS__) && defined(__cplusplus)
  +        #define XML_MVSCPP
  +    #elif defined(EXM_OS390) && defined(__cplusplus)
  +        #define XML_MVSCPP
       #endif
   #elif defined (__GNUG__) || defined(__BEOS__) || defined(__linux__) || defined(__CYGWIN__)
       #define XML_GCC
  
  
  

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