dbertoni    2002/11/13 08:32:40

  Modified:    c/src/Include SolarisDefinitions.hpp
  Log:
  Lowered version of compiler supported.  Move #define into common section.
  
  Revision  Changes    Path
  1.15      +5 -8      xml-xalan/c/src/Include/SolarisDefinitions.hpp
  
  Index: SolarisDefinitions.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Include/SolarisDefinitions.hpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SolarisDefinitions.hpp    24 Jul 2002 23:13:31 -0000      1.14
  +++ SolarisDefinitions.hpp    13 Nov 2002 16:32:40 -0000      1.15
  @@ -71,14 +71,11 @@
   #define XALAN_PLATFORM_IMPORT_FUNCTION(T) T XALAN_PLATFORM_IMPORT
   
   
  -#if __SUNPRO_CC >= 0x530
  +#if __SUNPRO_CC >= 0x520
   
   #define XALAN_SIZE_T_IN_NAMESPACE_STD
   #define XALAN_SIGNAL_IN_STD
   
  -// Standard allocators don't seem to work correctly with this compiler.
  -// I don't know if this is their bug, or ours...
  -#define XALAN_NO_STD_ALLOCATORS
   
   #else
   
  @@ -86,10 +83,6 @@
   // broken with extra cv-qualifiers, so we'll use old-style casts.
   #define XALAN_OLD_STYLE_CASTS
   
  -// Standard allocators don't seem to work correctly with STLport.
  -// I don't know if this is their bug, or ours...
  -#define XALAN_NO_STD_ALLOCATORS
  -
   #define XALAN_STLPORT_STL
   #define XALAN_NO_DEFAULT_BUILTIN_ARRAY_INITIALIZATION
   #define XALAN_OLD_STREAMS
  @@ -107,6 +100,10 @@
   #include <stl/_config.h>
   
   #endif
  +
  +// Standard allocators don't seem to work correctly with this compiler.
  +// I don't know if this is their bug, or ours...
  +#define XALAN_NO_STD_ALLOCATORS
   
   #define XALAN_NO_STD_NUMERIC_LIMITS
   #define XALAN_XALANDOMCHAR_USHORT_MISMATCH
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to