Add support for guile 2.2

This commit is contained in:
Geert Janssens
2017-12-19 16:53:40 +01:00
parent 76921b5e28
commit a784dd5784
21 changed files with 175 additions and 264 deletions

View File

@@ -302,7 +302,7 @@ func_op(const char *fname, int argc, void **argv)
printf( "gnc:\"%s\" is not a scm procedure\n", fname );
return NULL;
}
scmArgs = scm_listify( SCM_UNDEFINED );
scmArgs = scm_list_n (SCM_UNDEFINED);
for ( i = 0; i < argc; i++ )
{
/* cons together back-to-front. */