]> git.donarmstrong.com Git - lilypond.git/commitdiff
Import Guile_user::apply
authorDavid Kastrup <dak@gnu.org>
Sat, 4 Jul 2015 14:28:33 +0000 (16:28 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 14 Jul 2015 05:12:29 +0000 (07:12 +0200)
lily/include/lily-imports.hh
lily/lily-imports.cc

index a7157e39367e3547abb5635c98cadc3a894392ba..120ff11cb7e3adf0af47f5bf826711748a93f956 100644 (file)
@@ -26,6 +26,7 @@ namespace Guile_user {
   extern Scm_module module;
   typedef Module_variable<module> Variable;
 
+  extern Variable apply;
   extern Variable plus;
   extern Variable make_module;
 #if GUILEV2
index 5be281e8586f9665b63991048f795f618a6dd1f7..6f16c0ebc05d7aaabc890693e193adaf515191f1 100644 (file)
@@ -22,6 +22,7 @@
 namespace Guile_user {
   Scm_module module ("guile-user");
 
+  Variable apply ("apply");
   Variable plus ("+");
   Variable make_module ("make-module");
 #if GUILEV2