dbertoni 2002/11/14 09:24:31 Modified: c/src/XPath NodeRefListBase.hpp XPathProcessorImpl.hpp Log: Straightened out #defines for strict ANSI compilers. Revision Changes Path 1.14 +1 -1 xml-xalan/c/src/XPath/NodeRefListBase.hpp Index: NodeRefListBase.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPath/NodeRefListBase.hpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- NodeRefListBase.hpp 7 Dec 2001 21:35:24 -0000 1.13 +++ NodeRefListBase.hpp 14 Nov 2002 17:24:31 -0000 1.14 @@ -85,7 +85,7 @@ virtual ~NodeRefListBase(); -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD) +#if defined(XALAN_STRICT_ANSI_HEADERS) typedef std::size_t size_type; #else typedef size_t size_type; 1.25 +1 -1 xml-xalan/c/src/XPath/XPathProcessorImpl.hpp Index: XPathProcessorImpl.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathProcessorImpl.hpp,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- XPathProcessorImpl.hpp 31 Oct 2002 07:12:03 -0000 1.24 +++ XPathProcessorImpl.hpp 14 Nov 2002 17:24:31 -0000 1.25 @@ -752,7 +752,7 @@ XPathExpression::eOpCodes m_opCode; }; -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD) +#if defined(XALAN_STRICT_ANSI_HEADERS) typedef std::size_t size_type; #else typedef size_t size_type;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]