X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fly-module.hh;h=4b2d3f800a141bca4d2a9c35da0a4b454969227b;hb=f02831f92e71ce43e3b67e06c0d46dc19ad9bde3;hp=e9ab0b85373c70f660f4d5037615c05cb2f71d5e;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/include/ly-module.hh b/lily/include/ly-module.hh index e9ab0b8537..4b2d3f800a 100644 --- a/lily/include/ly-module.hh +++ b/lily/include/ly-module.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2010 Han-Wen Nienhuys + Copyright (C) 2002--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,24 +19,17 @@ #ifndef LY_MODULE_HH #define LY_MODULE_HH +#include "config.hh" #include "lily-guile.hh" -SCM ly_make_anonymous_module (bool safe); +SCM ly_make_module (bool safe); SCM ly_module_copy (SCM dest, SCM src); SCM ly_module_2_alist (SCM mod); SCM ly_module_lookup (SCM module, SCM sym); SCM ly_modules_lookup (SCM modules, SCM sym, SCM); 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) (GUILE_ELLIPSIS); - -#define MODULE_GC_KLUDGE - #endif /* LY_MODULE_HH */