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 2003/05/30 02:25:26 UTC

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

dbertoni    2003/05/29 17:25:26

  Modified:    c/src/Include VCPPDefinitions.hpp
  Log:
  Moved export keyword for better compatibility with zOS compiler.
  
  Revision  Changes    Path
  1.23      +2 -2      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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- VCPPDefinitions.hpp	20 Nov 2002 02:23:09 -0000	1.22
  +++ VCPPDefinitions.hpp	30 May 2003 00:25:26 -0000	1.23
  @@ -69,8 +69,8 @@
   // ---------------------------------------------------------------------------
   #define XALAN_PLATFORM_EXPORT     __declspec(dllexport)
   #define XALAN_PLATFORM_IMPORT     __declspec(dllimport)
  -#define XALAN_PLATFORM_EXPORT_FUNCTION(T) T XALAN_PLATFORM_EXPORT
  -#define XALAN_PLATFORM_IMPORT_FUNCTION(T) T XALAN_PLATFORM_IMPORT
  +#define XALAN_PLATFORM_EXPORT_FUNCTION(T) XALAN_PLATFORM_EXPORT T
  +#define XALAN_PLATFORM_IMPORT_FUNCTION(T) XALAN_PLATFORM_IMPORT T
   
   
   #if __INTEL_COMPILER >= 600
  
  
  

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