Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 26644 invoked from network); 11 Jul 2008 19:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 19:59:17 -0000 Received: (qmail 29604 invoked by uid 500); 11 Jul 2008 19:59:18 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 29587 invoked by uid 500); 11 Jul 2008 19:59:17 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 29577 invoked by uid 99); 11 Jul 2008 19:59:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 12:59:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 19:58:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D16CC23889C2; Fri, 11 Jul 2008 12:58:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r676063 - /stdcxx/branches/4.2.x/include/rw/_config-eccp.h Date: Fri, 11 Jul 2008 19:58:26 -0000 To: commits@stdcxx.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080711195826.D16CC23889C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Fri Jul 11 12:58:26 2008 New Revision: 676063 URL: http://svn.apache.org/viewvc?rev=676063&view=rev Log: 2008-07-11 Martin Sebor STDCXX-991 * include/rw/_config-eccp.h (_RWSTD_NO_MBSTATE_T): Removed macro #definition. Modified: stdcxx/branches/4.2.x/include/rw/_config-eccp.h Modified: stdcxx/branches/4.2.x/include/rw/_config-eccp.h URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/rw/_config-eccp.h?rev=676063&r1=676062&r2=676063&view=diff ============================================================================== --- stdcxx/branches/4.2.x/include/rw/_config-eccp.h (original) +++ stdcxx/branches/4.2.x/include/rw/_config-eccp.h Fri Jul 11 12:58:26 2008 @@ -25,7 +25,7 @@ * implied. See the License for the specific language governing * permissions and limitations under the License. * - * Copyright 2001-2007 Rogue Wave Software, Inc. + * Copyright 2001-2008 Rogue Wave Software, Inc. * **************************************************************************/ @@ -55,10 +55,6 @@ # define _RWSTD_NO_UNCAUGHT_EXCEPTION #endif // _RWSTD_REENTRANT -#ifndef _RWSTD_NO_MBSTATE_T -# define _RWSTD_NO_MBSTATE_T -#endif // _RWSTD_NO_MBSTATE_T - #undef _RWSTD_NO_DEPRECATED_C_HEADERS #undef _RWSTD_NO_PURE_C_HEADERS