X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fly-module.hh;h=4b2d3f800a141bca4d2a9c35da0a4b454969227b;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=c00849ebb5c1cd790de3779fc080bf48c6f562e7;hpb=e24fb7cc5671aea95211d4a0c56f28fb6fe8720e;p=lilypond.git diff --git a/lily/include/ly-module.hh b/lily/include/ly-module.hh index c00849ebb5..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--2014 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 @@ -29,15 +29,7 @@ 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_use_module (SCM mod, SCM used); -/* For backward compatability with Guile 1.8 */ -#if !HAVE_GUILE_HASH_FUNC -typedef SCM (*scm_t_hash_fold_fn) (GUILE_ELLIPSIS); -typedef SCM (*scm_t_hash_handle_fn) (GUILE_ELLIPSIS); -#endif - #endif /* LY_MODULE_HH */