tng 2002/11/05 13:43:55 Modified: c/src/xercesc/util/Compilers CSetDefs.hpp Log: Turn on C++ Namespace support only if using AIX xlC version 4 or higher. Revision Changes Path 1.6 +5 -0 xml-xerces/c/src/xercesc/util/Compilers/CSetDefs.hpp Index: CSetDefs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/CSetDefs.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- CSetDefs.hpp 4 Nov 2002 14:45:20 -0000 1.5 +++ CSetDefs.hpp 5 Nov 2002 21:43:55 -0000 1.6 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.6 2002/11/05 21:43:55 tng + * Turn on C++ Namespace support only if using AIX xlC version 4 or higher. + * * Revision 1.5 2002/11/04 14:45:20 tng * C++ Namespace Support. * @@ -147,7 +150,9 @@ // Indicate that we support C++ namespace // Do not define it if the compile cannot handle C++ namespace // --------------------------------------------------------------------------- +#if __IBMCPP__ >= 400 #define XERCES_HAS_CPP_NAMESPACE +#endif // --------------------------------------------------------------------------- // Define our version of the XML character
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]