You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/04/11 00:48:54 UTC

svn commit: r527330 - /incubator/stdcxx/trunk/include/rw/_mbstate.h

Author: sebor
Date: Tue Apr 10 15:48:52 2007
New Revision: 527330

URL: http://svn.apache.org/viewvc?view=rev&rev=527330
Log:
2007-04-10  Martin Sebor  <se...@roguewave.com>

	STDCXX-392
	* _mbstate.h (_RWSTD_MBSTATE_T): #defined macro for generic OS.

Modified:
    incubator/stdcxx/trunk/include/rw/_mbstate.h

Modified: incubator/stdcxx/trunk/include/rw/_mbstate.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_mbstate.h?view=diff&rev=527330&r1=527329&r2=527330
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_mbstate.h (original)
+++ incubator/stdcxx/trunk/include/rw/_mbstate.h Tue Apr 10 15:48:52 2007
@@ -259,6 +259,9 @@
 }   // namespace std
 
 #    endif   // _RWSTD_NO_USING_LIBC_IN_STD
+
+#    define _RWSTD_MBSTATE_T   _STD::mbstate_t
+
 #  endif   // generic OS
 #endif   // _RWSTD_NO_MBSTATE_T && !_RWSTD_MBSTATE_T_DEFINED