guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Guile 1.9.5 released (alpha)


From: Ludovic Courtès
Subject: Re: GNU Guile 1.9.5 released (alpha)
Date: Sun, 29 Nov 2009 16:47:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

Linas Vepstas <address@hidden> writes:

> No, that doesn't fix it. However, the following does:
>
> --- 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;

Actually, you’re right, it wasn’t an anonymous struct in 1.8.  Fixed:

  
http://git.sv.gnu.org/cgit/guile.git/commit/?id=8a30946f7fd717f3e8c52e99c8d24c4fb4e5f1af

Thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]