Author: sebor
Date: Tue Jan 10 19:31:36 2006
New Revision: 367899

URL: http://svn.apache.org/viewcvs?rev=367899&view=rev
Log:
2006-01-10  Martin Sebor  <[EMAIL PROTECTED]>

        * cwchar (_RWSTD_NO_STD_MBSTATE_T): Used instead of
        _RWSTD_NO_MBSTATE_T_IN_STD to guard the using declaration
        of mbstate_t in namespace std.

Modified:
    incubator/stdcxx/trunk/include/ansi/cwchar

Modified: incubator/stdcxx/trunk/include/ansi/cwchar
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/ansi/cwchar?rev=367899&r1=367898&r2=367899&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/ansi/cwchar (original)
+++ incubator/stdcxx/trunk/include/ansi/cwchar Tue Jan 10 19:31:36 2006
@@ -100,11 +100,11 @@
     typedef _RWSTD_SIZE_T size_t;
 #endif   // _RWSTD_NO_SIZE_T
 
-#ifdef _RWSTD_NO_MBSTATE_T_IN_STD
+#ifdef _RWSTD_NO_STD_MBSTATE_T
 
 using ::mbstate_t;
 
-#endif   // _RWSTD_NO_MBSTATE_T_IN_STD
+#endif   // _RWSTD_NO_STD_MBSTATE_T
 
 #ifndef _RWSTD_NO_WINT_T
     using ::wint_t;


Reply via email to