auriemma 00/09/20 07:13:35
Modified: c/src/Include AIXDefinitions.hpp Log: Reduced the size of library and executables on AIX by explicitly instantiating templates. Revision Changes Path 1.3 +1 -0 xml-xalan/c/src/Include/AIXDefinitions.hpp Index: AIXDefinitions.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Include/AIXDefinitions.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AIXDefinitions.hpp 2000/08/24 16:50:56 1.2 +++ AIXDefinitions.hpp 2000/09/20 14:13:34 1.3 @@ -94,6 +94,7 @@ #define XALAN_ICU_BRIDGE_UCHAR_MISMATCH #define XALAN_LSTRSUPPORT #define XALAN_AUTO_PTR_REQUIRES_DEFINITION +#define XALAN_NEEDS_EXPLICIT_TEMPLATE_INSTANTIATION // STL Port Definitions #define __STL_NO_SGI_IOSTREAMS
