Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 45932 invoked from network); 3 Mar 2006 21:23:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 21:23:52 -0000 Received: (qmail 48645 invoked by uid 500); 3 Mar 2006 21:24:39 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 48628 invoked by uid 500); 3 Mar 2006 21:24:39 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 48617 invoked by uid 500); 3 Mar 2006 21:24:39 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 48614 invoked by uid 99); 3 Mar 2006 21:24:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 13:24:39 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Mar 2006 13:24:38 -0800 Received: (qmail 45817 invoked by uid 65534); 3 Mar 2006 21:23:31 -0000 Message-ID: <20060303212331.45816.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r382933 - /incubator/stdcxx/trunk/include/fstream Date: Fri, 03 Mar 2006 21:23:31 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Fri Mar 3 13:23:29 2006 New Revision: 382933 URL: http://svn.apache.org/viewcvs?rev=382933&view=rev Log: 2006-03-03 Martin Sebor * fstream (__GNUC__MINOR__): Corrected spelling. Modified: incubator/stdcxx/trunk/include/fstream Modified: incubator/stdcxx/trunk/include/fstream URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/fstream?rev=382933&r1=382932&r2=382933&view=diff ============================================================================== --- incubator/stdcxx/trunk/include/fstream (original) +++ incubator/stdcxx/trunk/include/fstream Fri Mar 3 13:23:29 2006 @@ -111,7 +111,7 @@ #if defined (_RWSTD_NO_EXT_FILEBUF) \ && !defined (_RWSTD_NO_STATIC_IOSTREAM_INIT) \ - && (!defined (__GNUG__) || _GNUC_MINOR > 96) + && (!defined (__GNUG__) || 2 < __GNUG__ || 96 < __GNUC_MINOR__) private: