]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/moment.cc
release: 1.3.93
[lilypond.git] / lily / moment.cc
index b2f588e4af7f790216a44a5cb6559ee6b3a92cb8..c3ebbf02c9028f252210701d462d6b7b4cf94e28 100644 (file)
@@ -66,7 +66,7 @@ make_rational (SCM n, SCM d)
 void
 init_moments ()
 {
-  scm_make_gsubr ("make-moment", 2 , 0, 0,  (SCM(*)()) make_rational);
+  scm_make_gsubr ("make-moment", 2 , 0, 0, (Scheme_function_unknown) make_rational);
 }
 
 ADD_SCM_INIT_FUNC(moms,init_moments);