]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / ly-module.hh
index bc1ba2125a6efb7d61f99444a81ba8582d321244..f4aaabbd80e59545a999d21fac5d212f3f3904cd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #ifndef LY_MODULE_HH
 #define LY_MODULE_HH
@@ -19,10 +19,13 @@ SCM ly_module_symbols (SCM mod);
 void ly_reexport_module (SCM mod);
 inline bool ly_is_module (SCM x) { return SCM_MODULEP (x); }
 SCM ly_clear_anonymous_modules ();
+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
 
 #endif /* LY_MODULE_HH */