Author: sebor
Date: Fri Jul 13 12:33:34 2007
New Revision: 556117

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

        * wchar.h (mbrtowc): Changed return type from wchar_t (introduced
        in r554281 to address STDCXX-472) to size_t.

Modified:
    incubator/stdcxx/trunk/include/ansi/wchar.h

Modified: incubator/stdcxx/trunk/include/ansi/wchar.h
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/ansi/wchar.h?view=diff&rev=556117&r1=556116&r2=556117
==============================================================================
--- incubator/stdcxx/trunk/include/ansi/wchar.h (original)
+++ incubator/stdcxx/trunk/include/ansi/wchar.h Fri Jul 13 12:33:34 2007
@@ -271,7 +271,7 @@
 #  endif   // _RWSTD_NO_MBRLEN && !_RWSTD_NO_MBRLEN_IN_LIBC
 
 #  if defined (_RWSTD_NO_MBRTOWC) && !defined (_RWSTD_NO_MBRTOWC_IN_LIBC)
-wchar_t mbrtowc (wchar_t*, const char*, _RWSTD_SIZE_T, _RWSTD_MBSTATE_T*);
+_RWSTD_SIZE_T mbrtowc (wchar_t*, const char*, _RWSTD_SIZE_T, 
_RWSTD_MBSTATE_T*);
 #    undef _RWSTD_NO_MBRTOWC
 #  endif   // _RWSTD_NO_MBRTOWC && !_RWSTD_NO_MBRTOWC_IN_LIBC
 


Reply via email to