guile-devel
[Top][All Lists]
Advanced

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

Re: guile-core does not build with gcc-2.95.4


From: Kevin Ryde
Subject: Re: guile-core does not build with gcc-2.95.4
Date: Thu, 10 Jul 2003 08:03:50 +1000
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

Alex Thiel <address@hidden> writes:
>
> gc-malloc.c: In function `scm_gc_realloc':
> gc-malloc.c:323: parse error before `void'
> gc-malloc.c:330: `ptr' undeclared (first use in this function)

Thanks.  This was a recent change.  I applied a fix.

> gcc >= 3.0 works fine.

Variables defined in the middle of functions, a la C++, is either a
c99-ism or a gcc-ism, not sure which.

Attachment: gc-malloc.c.ptr-defn.diff
Description: Text document


reply via email to

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