[EMAIL PROTECTED] (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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel