Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 78173 invoked by uid 500); 19 Sep 2002 04:30:22 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 78162 invoked from network); 19 Sep 2002 04:30:22 -0000 Date: 19 Sep 2002 04:30:20 -0000 Message-ID: <20020919043020.72731.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/PlatformSupport FormatterListener.cpp Writer.cpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 2002/09/18 21:30:20 Modified: c/src/PlatformSupport FormatterListener.cpp Writer.cpp Log: Fix for VC7. Revision Changes Path 1.6 +2 -2 xml-xalan/c/src/PlatformSupport/FormatterListener.cpp Index: FormatterListener.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/FormatterListener.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- FormatterListener.cpp 5 Sep 2002 01:38:37 -0000 1.5 +++ FormatterListener.cpp 19 Sep 2002 04:30:19 -0000 1.6 @@ -111,7 +111,7 @@ #if !defined(XALAN_INLINE_INITIALIZATION) const XalanDOMString::size_type FormatterListener::s_piTargetLength = 5; const XalanDOMString::size_type FormatterListener::s_piDataLength = 3; -#else +#elif !defined(XALAN_INLINE_INITIALIZATION_IS_DEFINITION_BUG) const XalanDOMString::size_type FormatterListener::s_piTargetLength; const XalanDOMString::size_type FormatterListener::s_piDataLength; #endif 1.6 +2 -0 xml-xalan/c/src/PlatformSupport/Writer.cpp Index: Writer.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/Writer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Writer.cpp 27 Sep 2001 16:48:25 -0000 1.5 +++ Writer.cpp 19 Sep 2002 04:30:20 -0000 1.6 @@ -61,6 +61,8 @@ #if !defined(XALAN_INLINE_INITIALIZATION) const size_t Writer::npos = ~0u; +#elif !defined(XALAN_INLINE_INITIALIZATION_IS_DEFINITION_BUG) +const size_t Writer::npos; #endif --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org