]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
(output_def): push scope of parent_ Output_def
[lilypond.git] / lily / include / ly-module.hh
index 2619ccfec54936a0a00ad0bc8bddba645a09b042..89d13eb8a6092c8dc09c69940187b991b1332647 100644 (file)
@@ -16,10 +16,10 @@ SCM ly_make_anonymous_module (bool safe);
 void ly_import_module (SCM dest, SCM src);
 SCM ly_module_to_alist (SCM mod);
 SCM ly_module_lookup (SCM module, SCM sym);
-SCM ly_modules_lookup (SCM modules, 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 is_module (SCM x) { return SCM_MODULEP(x); }
+inline bool ly_c_module_p (SCM x) { return SCM_MODULEP(x); }
 void ly_clear_anonymous_modules ();
 SCM ly_use_module (SCM mod, SCM used);