guile-devel
[Top][All Lists]
Advanced

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

Re: `scm_list ()'


From: Neil Jerram
Subject: Re: `scm_list ()'
Date: Thu, 02 Feb 2006 18:58:22 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> The funny thing is that to get a list, you had to have a list already
> (OBJS is a list here).  I don't really get the point of this function in
> fact.  ;-)

Presumably that's why it has been removed!

> Should the following be enough to ensure compatibility?
>
>   SCM
>   scm_list (SCM obj)
>   {
>     scm_c_issue_deprecation_warning ("`scm_list' is deprecated.  Use  "
>                                      "`scm_list_n' instead.");

Shouldn't that be something like "`scm_list' is deprecated.  Wherever
you have `scm_list (X)', you can replace it by just `X'."

    Neil





reply via email to

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