You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2008/09/25 07:22:07 UTC

svn commit: r698828 - /xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp

Author: dbertoni
Date: Wed Sep 24 22:22:06 2008
New Revision: 698828

URL: http://svn.apache.org/viewvc?rev=698828&view=rev
Log:
Fix problem with classic iostreams.

Modified:
    xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp

Modified: xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp?rev=698828&r1=698827&r2=698828&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp (original)
+++ xalan/c/trunk/src/xalanc/PlatformSupport/DOMStringHelper.cpp Wed Sep 24 22:22:06 2008
@@ -327,7 +327,11 @@
 
 
 XALAN_USING_STD(ostream)
+#if defined(XALAN_CLASSIC_IOSTREAMS)
+typedef int     streamsize;
+#else
 XALAN_USING_STD(streamsize)
+#endif
 
 XALAN_PLATFORMSUPPORT_EXPORT_FUNCTION(void)
 OutputString(



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org