Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> I don't really know what I am doing, so please comment. FWIW, the
> test suite compiled without complaints.
[...]
> Since noone has complained, I've taken the liberty of adding this to
> CVS guile 1.6 as well. Marius could you prepare a
> release(c
Kevin Ryde wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
guile.c:91: error: array type has incomplete element type
this is with Fedora Core 4 test 3.
What gcc is that, has it got pickier about pointers to unspecified
structs?
I have changed it to use a pointer. It seems to work, and
Neil Jerram wrote:
I've found a memory leak in GUILE.
The contents of modules are not garbage collected. [...]
Your analysis sounds reasonable, but ...
If noone objects, I will merge this
patch tomorrow night.
Since noone has complained, I've taken the liberty of adding this to CVS
gu