guile-user
[Top][All Lists]
Advanced

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

Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0


From: Ludovic Courtès
Subject: Re: GNU AutoGen Version 5.11.6/AutoOpts Version 34.0
Date: Wed, 23 Feb 2011 11:10:27 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

Bruce Korb <address@hidden> writes:

> There also seems to be a weird problem when providing my own "scm_listofnull".
> By replacing "scm_listofnull" with "ag_scm_listofnull" and initializing it:
>    SCM ag_scm_listofnull =  scm_list_1 (SCM_EOL);

In Guile < 1.9.3, you have to scm_gc_protect_object this value
(info "(guile) Garbage Collection Functions").

Thanks,
Ludo’.



reply via email to

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