From patchwork Thu Sep 6 02:55:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 181995 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 3BFE02C008B for ; Thu, 6 Sep 2012 12:56:06 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1347504967; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=H0c/ANjX8tOsc4cIbxZG Jz8t3KU=; b=YSkoRwnebouvo3gUIj5JOKNiHr5ZfpRleODZOidRN/9ARYQ13upA 1lMBz2WugsaRuyIpPklMYxzTSJ5q0x39mToOVbUZHnfTQbD56eyxWQyQHQL5obvZ AyrSWUT2hvY0+10xhXm3QecQLm7Gq2Cp0t9PT+iiSxQeMVY+u1Fs7q4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=a/Iyts7Rn0qSVTTR3dvbG7ztq2/BzUY1ACr8XZr5NjqNPPH0orCTf5nqTSknlR Ra+Q04WTNCH07qCGntAUroTrSgf5xTzR+pl8SMlSKgHCCjKWnnkaXn8ZtHr5IGV8 Yp09RtlbK/3pH1an8itBPxswVfzQD9LWBJ7pTdAMorIUA=; Received: (qmail 15241 invoked by alias); 6 Sep 2012 02:56:02 -0000 Received: (qmail 15232 invoked by uid 22791); 6 Sep 2012 02:56:02 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Sep 2012 02:55:45 +0000 Received: from [192.168.5.117] (ip-64-134-164-213.public.wayport.net [64.134.164.213]) by ainaz.pair.com (Postfix) with ESMTPSA id 57D1B3F40F; Wed, 5 Sep 2012 22:55:43 -0400 (EDT) Date: Wed, 5 Sep 2012 21:55:28 -0500 (CDT) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Lawrence Crowl Subject: [wwwdocs] Fix vs confusion in codingrationale.html Message-ID: MIME-Version: 1.0 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 That was an interesting one to find and understand: this was not supposed to be a link, but setting of an anchor. Fix vs confusion in codingrationale.html; applied. Gerald Index: codingrationale.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingrationale.html,v retrieving revision 1.1 diff -u -3 -p -r1.1 codingrationale.html --- codingrationale.html 16 Jul 2012 19:51:44 -0000 1.1 +++ codingrationale.html 6 Sep 2012 02:52:54 -0000 @@ -348,7 +348,7 @@ but the clarity in layout persists.

Formatting Conventions

-

Names

+

Names

Naming data members with a trailing underscore