<<<<<<<<<<<<<<<<<<<<<<<<<<<<< scm-null-gentoo.patch >>>>>>>>>>>>>>>>>>>>> Reason: right now, it requires (probably due to an oversight) guile[discouraged] http://bugs.gentoo.org/show_bug.cgi?id=367977 (Comment #3) Patch by: Carter Young --- a/src/guile-hooks.c +++ b/src/guile-hooks.c @@ -148,7 +148,7 @@ if (!gbk_game_at_end (the_game)) gbk_game_delete_moves (the_game, the_game->iter->next); - for (; !SCM_NULLP (list); list = SCM_CDR (list)) + for (; !scm_is_null (list); list = SCM_CDR (list)) { struct move_data *move = move_create (scm_to_int (SCM_CADAR (list)), scm_to_int (SCM_CAAR (list)),