From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Compiling v1.8.5 on tru64 5.1b Date: Wed, 14 May 2008 08:01:06 +0100 Message-ID: <877idxtln1.fsf@ossau.uklinux.net> References: <87tzh3t7uq.fsf@ossau.uklinux.net> <87skwlo61e.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1210748500 8432 80.91.229.12 (14 May 2008 07:01:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 07:01:40 +0000 (UTC) Cc: bug-guile@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed May 14 09:02:16 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwB0A-0004W7-0o for guile-bugs@m.gmane.org; Wed, 14 May 2008 09:02:14 +0200 Original-Received: from localhost ([127.0.0.1]:38736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwAzQ-0004i1-Sm for guile-bugs@m.gmane.org; Wed, 14 May 2008 03:01:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwAzO-0004hw-Ga for bug-guile@gnu.org; Wed, 14 May 2008 03:01:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwAzI-0004hk-7o for bug-guile@gnu.org; Wed, 14 May 2008 03:01:25 -0400 Original-Received: from [199.232.76.173] (port=42406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwAzI-0004hh-3u for bug-guile@gnu.org; Wed, 14 May 2008 03:01:20 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:24757) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwAzC-0001gK-9l; Wed, 14 May 2008 03:01:14 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwAz8-0005O1-Kr; Wed, 14 May 2008 03:01:10 -0400 Original-Received: from arudy (host86-149-179-1.range86-149.btcentralplus.com [86.149.179.1]) by mail3.uklinux.net (Postfix) with ESMTP id 15DBE1F6878; Wed, 14 May 2008 08:01:08 +0100 (BST) Original-Received: from laruns (laruns [192.168.0.10]) by arudy (Postfix) with ESMTP id 627553800D; Wed, 14 May 2008 08:01:07 +0100 (BST) In-Reply-To: <87skwlo61e.fsf@gnu.org> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Wed, 14 May 2008 06:37:01 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3871 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Hi, > > Neil Jerram writes: > >> --- a/libguile/ChangeLog >> +++ b/libguile/ChangeLog >> @@ -1,3 +1,9 @@ >> +2008-05-12 Neil Jerram >> + >> + * discouraged.c: Expand DEFFROM and DEFTO macros, to avoid >> + compiler warnings about excess semicolons. (Reported by Didier >> + Godefroy.) > > Why didn't you just remove the trailing semicolons? :-) Because that messes up Emacs's C mode indentation. I agree that that's an Emacs bug - as opposed to a bug with the code as it was - but in the end I thought "hey, this is discouraged code, so probably no one will ever touch it again, so does it really matter whether we keep those DEFFROM and DEFTO macros or not?" I spent a little time first, looking for a way of customizing C mode to make it think that DEFFROM and DEFTO are always top-level; but couldn't find one. Regards, Neil