From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 1.9.5 released (alpha) Date: Sun, 29 Nov 2009 13:34:49 +0100 Message-ID: <87ws19mrva.fsf@gnu.org> References: <87pr7genzj.fsf@gnu.org> <3ae3aa420911281455x74df662ao113bb6a33d62c363@mail.gmail.com> <87pr72xmki.fsf@gnu.org> <3ae3aa420911281724t32167ed8ofd4bdefa05531819@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259498108 20354 80.91.229.12 (29 Nov 2009 12:35:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 12:35:08 +0000 (UTC) Cc: Guile Development To: linasvepstas@gmail.com Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 29 13:35:01 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NEizV-00005p-98 for guile-devel@m.gmane.org; Sun, 29 Nov 2009 13:35:01 +0100 Original-Received: from localhost ([127.0.0.1]:36725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEizU-0007mb-Ko for guile-devel@m.gmane.org; Sun, 29 Nov 2009 07:35:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEizQ-0007mO-Nk for guile-devel@gnu.org; Sun, 29 Nov 2009 07:34:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEizL-0007k9-VL for guile-devel@gnu.org; Sun, 29 Nov 2009 07:34:56 -0500 Original-Received: from [199.232.76.173] (port=59379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEizL-0007k0-Rc for guile-devel@gnu.org; Sun, 29 Nov 2009 07:34:51 -0500 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:4341) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1NEizL-0001RT-Dp for guile-devel@gnu.org; Sun, 29 Nov 2009 07:34:51 -0500 X-IronPort-AV: E=Sophos;i="4.47,307,1257116400"; d="scan'208";a="41033344" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 29 Nov 2009 13:34:49 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Frimaire an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <3ae3aa420911281724t32167ed8ofd4bdefa05531819@mail.gmail.com> (Linas Vepstas's message of "Sat, 28 Nov 2009 19:24:51 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9728 Archived-At: Hi, Linas Vepstas writes: > --- libguile/tags.h.orig 2009-11-28 19:18:36.000000000 -0600 > +++ libguile/tags.h 2009-11-28 19:18:52.000000000 -0600 > @@ -110,7 +110,7 @@ > /* This is the default, which provides an intermediate level of compile = time > * type checking while still resulting in very efficient code. > */ > - typedef struct { char scm_unused_field; } * SCM; > + typedef struct ___stuff___ { char scm_unused_field; } * SCM; There must be something else because this is exactly the same as in 1.8 and 1.9.4 and Lilypond compiles with these. Thanks, Ludo=E2=80=99.