From patchwork Tue Nov 23 18:39:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Pero X-Patchwork-Id: 72714 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 04C90B70AF for ; Wed, 24 Nov 2010 05:40:25 +1100 (EST) Received: (qmail 18784 invoked by alias); 23 Nov 2010 18:40:21 -0000 Received: (qmail 18728 invoked by uid 22791); 23 Nov 2010 18:40:19 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL, BAYES_00, TW_WW, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Nov 2010 18:40:05 +0000 Received: from eggs.gnu.org ([140.186.70.92]:59671) by fencepost.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PKxmb-0003Ka-Ql for gcc-patches@gnu.org; Tue, 23 Nov 2010 13:40:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKxmc-0002WL-6t for gcc-patches@gnu.org; Tue, 23 Nov 2010 13:40:03 -0500 Received: from smtp181.iad.emailsrvr.com ([207.97.245.181]:35320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKxmc-0002Vv-4a for gcc-patches@gnu.org; Tue, 23 Nov 2010 13:40:02 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp48.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 71B5316862F for ; Tue, 23 Nov 2010 13:40:01 -0500 (EST) Received: from dynamic11.wm-web.iad.mlsrvr.com (dynamic11.wm-web.iad1a.rsapps.net [192.168.2.218]) by smtp48.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 603641685EF for ; Tue, 23 Nov 2010 13:39:36 -0500 (EST) Received: from meta-innovation.com (localhost [127.0.0.1]) by dynamic11.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id 4EF65E0086 for ; Tue, 23 Nov 2010 13:39:36 -0500 (EST) Received: by www2.webmail.us (Authenticated sender: nicola.pero@meta-innovation.com, from: nicola.pero@meta-innovation.com) with HTTP; Tue, 23 Nov 2010 19:39:36 +0100 (CET) Date: Tue, 23 Nov 2010 19:39:36 +0100 (CET) Subject: Fixed typo in wwwdocs From: "Nicola Pero" To: "gcc-patches@gnu.org" MIME-Version: 1.0 X-Type: plain Message-ID: <1290537576.32146727@192.168.2.229> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed as obvious. Thanks Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.70 diff -u -r1.70 changes.html --- changes.html 22 Nov 2010 15:26:24 -0000 1.70 +++ changes.html 23 Nov 2010 18:38:32 -0000 @@ -483,7 +483,7 @@ header file automatically selects the new API. Support for the old API is being phased out and upgrading the software to use the new API is strongly recommended. To check for the availability of - the new API, the __GNU_LIBOBJC_ macro can be used as + the new API, the __GNU_LIBOBJC__ macro can be used as older versions of the GNU Objective-C runtime library, which do not support the new API, do not define such a macro.