X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fly-module.hh;h=17595408a71965ab102578136fa83c63d10a600c;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=c7c16ee7c5116491569d8fc88cdf8a1dd4d2f1bb;hpb=878e94c966d1eb7104be133611566564e2edeb8b;p=lilypond.git diff --git a/lily/include/ly-module.hh b/lily/include/ly-module.hh index c7c16ee7c5..17595408a7 100644 --- a/lily/include/ly-module.hh +++ b/lily/include/ly-module.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2005 Han-Wen Nienhuys + (c) 2002--2007 Han-Wen Nienhuys */ #ifndef LY_MODULE_HH #define LY_MODULE_HH @@ -23,7 +23,7 @@ void clear_anonymous_modules (); SCM ly_use_module (SCM mod, SCM used); /* Ugh signature of scm_internal_hash_fold () is inaccurate. */ -typedef SCM (*Hash_closure_function) (); +typedef SCM (*Hash_closure_function) (GUILE_ELLIPSIS); #define MODULE_GC_KLUDGE