]> git.donarmstrong.com Git - lilypond.git/commitdiff
(ly_use_module): fix prototype.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Jul 2005 15:50:39 +0000 (15:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Jul 2005 15:50:39 +0000 (15:50 +0000)
ChangeLog
lily/include/ly-module.hh

index 224c0b1558d181d437748250818e8bcebf9f5fe9..ad5704a4d5756e1be1834f2db1b0fc15536fc7f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/ly-module.hh (ly_use_module): fix prototype.
+
 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * mf/feta-bolletjes.mf: swap up and down fa head
index 52371605766c95e1908168c7dff1e5c7b362cf23..7845776e101a0fdfcd7901412b453641ea23eaf8 100644 (file)
@@ -18,7 +18,7 @@ SCM ly_modules_lookup (SCM modules, SCM sym, SCM);
 SCM ly_module_symbols (SCM mod);
 void ly_reexport_module (SCM mod);
 inline bool ly_c_module_p (SCM x) { return SCM_MODULEP (x); }
-void ly_clear_anonymous_modules ();
+SCM ly_clear_anonymous_modules ();
 SCM ly_use_module (SCM mod, SCM used);
 
 #endif /* LY_MODULE_HH */