X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmodule-scheme.cc;h=627504d922c8cfcd65971eca37a625b29abb2e38;hb=5b2bdf8c532aa1b4aa8626f6847938f2ef4ba1be;hp=07943858a636a18b0248c7475d0c3229c43689e2;hpb=76c76ae6a8328b0ad69f183cc7c36e166f15bd05;p=lilypond.git diff --git a/lily/module-scheme.cc b/lily/module-scheme.cc index 07943858a6..627504d922 100644 --- a/lily/module-scheme.cc +++ b/lily/module-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #include "ly-module.hh" @@ -19,9 +19,11 @@ */ static SCM -module_define_closure_func (void *closure, SCM key, SCM val, SCM result) +module_define_closure_func (void *closure, + SCM key, + SCM val, + SCM /* result */) { - (void) result; SCM module = (SCM) closure; if (scm_variable_bound_p (val) == SCM_BOOL_T) scm_module_define (module, key, scm_variable_ref (val));