From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4754 invoked by alias); 26 Sep 2007 17:48:11 -0000 Received: (qmail 4746 invoked by uid 22791); 26 Sep 2007 17:48:11 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Sep 2007 17:48:08 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-198-199.inter.net.il [83.130.198.199]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IZE04018 (AUTH halo1); Wed, 26 Sep 2007 19:47:25 +0200 (IST) Date: Wed, 26 Sep 2007 17:48:00 -0000 Message-Id: From: Eli Zaretskii To: "Pierre Muller" CC: gdb-patches@sourceware.org, gpc@gnu.de In-reply-to: <000001c80052$6f3e95f0$4dbbc1d0$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFC] Handle GPC specific name for main function Reply-to: Eli Zaretskii References: <003901c8004b$2f9a55d0$8ecf0170$@u-strasbg.fr> <000001c80052$6f3e95f0$4dbbc1d0$@u-strasbg.fr> X-IsSubscribed: yes 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/msg00379.txt.bz2 > From: "Pierre Muller" > Cc: , > > Date: Wed, 26 Sep 2007 17:32:23 +0200 > > Sorry, > Could you please point me again to the > right place for comment formatting? That would be the node "Comments" in standards.info. > 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 '*/' Right. But in the fragment on which I commented there was an extra period and a spurious newline before it. > 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? The second variant is correct.