Hi Ludovic,

On 02/22/11 12:42, Ludovic Courtès wrote:
>>> expState.c:155:18: error: 'scm_listofnull' undeclared (first use in this 
>>> function)
>>
>> So, what happened to scm_listofnull?  Is this another interface change?
> 
> Oops, yes.  It apparently vanished unintentionally as a side-effect of
> e7efe8e793fa51ea898aea4477939c598b3e9fac in Dec. 2009,....
> 
> All I can recommend is another AC_LINK_IFELSE, or better yet, using your
> own variable instead:
> 
>   scm_listofnull = scm_list_1 (SCM_EOL);
> 
> Hope this helps,

  SCM ag_scm_listofnull = scm_list_1 (SCM_EOL);

This is valid for all libs Guile back until when? :)
In other words, I'd as soon do it unconditionally.
Meanwhile, I'd like to suggest putting it back in.
It will take a long, long time before everyone migrates
to 2.0, and it will likely be 2.0.N anyway....

Thank you!  Regards, Bruce

Reply via email to