Author: sebor
Date: Fri Jul 11 13:38:37 2008
New Revision: 676076

URL: http://svn.apache.org/viewvc?rev=676076&view=rev
Log:
2008-07-11  Martin Sebor  <[EMAIL PROTECTED]>

        Merged rev 676075 from 4.2.x.

        STDCXX-992
        * src/wcodecvt.cpp (mblen): Declared with the correct return type.

Modified:
    stdcxx/branches/4.3.x/src/wcodecvt.cpp

Modified: stdcxx/branches/4.3.x/src/wcodecvt.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/wcodecvt.cpp?rev=676076&r1=676075&r2=676076&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/src/wcodecvt.cpp (original)
+++ stdcxx/branches/4.3.x/src/wcodecvt.cpp Fri Jul 11 13:38:37 2008
@@ -86,7 +86,7 @@
 
 #  undef _RWSTD_NO_MBLEN
 
-extern "C" _RWSTD_SIZE_T
+extern "C" int
 mblen (const char*, _RWSTD_SIZE_T) _LIBC_THROWS();
 
 #endif   // _RWSTD_NO_MBLEN && !_RWSTD_NO_MBLEN_IN_LIBC


Reply via email to