You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/04/12 06:45:18 UTC

cvs commit: xml-xalan/c/src/Include VCPPDefinitions.hpp

dbertoni    02/04/11 21:45:18

  Modified:    c/src/Include VCPPDefinitions.hpp
  Log:
  Changes for Intel compiler.
  
  Revision  Changes    Path
  1.17      +5 -4      xml-xalan/c/src/Include/VCPPDefinitions.hpp
  
  Index: VCPPDefinitions.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Include/VCPPDefinitions.hpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- VCPPDefinitions.hpp	26 Sep 2001 14:10:14 -0000	1.16
  +++ VCPPDefinitions.hpp	12 Apr 2002 04:45:18 -0000	1.17
  @@ -73,12 +73,13 @@
   #define XALAN_PLATFORM_IMPORT_FUNCTION(T) T XALAN_PLATFORM_IMPORT
   
   
  -
  -#if _MSC_VER < 1300
  -#define XALAN_NO_COVARIANT_RETURN_TYPE
  -#else
  +#if __INTEL_COMPILER >= 600
  +#define XALAN_INLINE_INITIALIZATION
  +#elif _MSC_VER >= 1300 ||
   #define XALAN_INLINE_INITIALIZATION
   #define XALAN_NEW_STD_ALLOCATOR
  +#else
  +#define XALAN_NO_COVARIANT_RETURN_TYPE
   #endif
   
   #define XALAN_LSTRSUPPORT
  
  
  

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