From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19651 invoked by alias); 26 Sep 2007 15:32:35 -0000 Received: (qmail 19642 invoked by uid 22791); 26 Sep 2007 15:32:34 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Sep 2007 15:32:29 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id A2C4918701D; Wed, 26 Sep 2007 17:37:21 +0200 (CEST) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: , References: <003901c8004b$2f9a55d0$8ecf0170$@u-strasbg.fr> In-Reply-To: Subject: RE: [RFC] Handle GPC specific name for main function Date: Wed, 26 Sep 2007 15:32:00 -0000 Message-ID: <000001c80052$6f3e95f0$4dbbc1d0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00376.txt.bz2 Sorry, Could you please point me again to the right place for comment formatting? I remember that single line is different from multi-line, and that multi-line comments should end with a point and two spaces before the closing '*/' http://www.gnu.org/prep/standards/ does not seem very explicit about this, unless I did not find the right place inside... Concerning the comment below, should it be 1) /* For GPC, main procedure has a special name */ 2) /* For GPC, main procedure has a special name. */ or something else? Pierre > -----Original Message----- > From: Eli Zaretskii [mailto:eliz@gnu.org] > Sent: Wednesday, September 26, 2007 5:04 PM > To: Pierre Muller > Cc: gdb-patches@sourceware.org; gpc@gnu.de > Subject: Re: [RFC] Handle GPC specific name for main function > > > From: "Pierre Muller" > > Cc: > > Date: Wed, 26 Sep 2007 16:40:30 +0200 > > > > + /* For GPC, main procedure s a special name. > > + . */ > > What happened here? this comment is not formatted according to GNU > coding style.