From 9e667c2dd26e45774cbede14981e9a190b74e6f9 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 4 Jul 2015 16:28:33 +0200 Subject: [PATCH] Import Guile_user::apply --- lily/include/lily-imports.hh | 1 + lily/lily-imports.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/lily/include/lily-imports.hh b/lily/include/lily-imports.hh index a7157e3936..120ff11cb7 100644 --- a/lily/include/lily-imports.hh +++ b/lily/include/lily-imports.hh @@ -26,6 +26,7 @@ namespace Guile_user { extern Scm_module module; typedef Module_variable Variable; + extern Variable apply; extern Variable plus; extern Variable make_module; #if GUILEV2 diff --git a/lily/lily-imports.cc b/lily/lily-imports.cc index 5be281e858..6f16c0ebc0 100644 --- a/lily/lily-imports.cc +++ b/lily/lily-imports.cc @@ -22,6 +22,7 @@ namespace Guile_user { Scm_module module ("guile-user"); + Variable apply ("apply"); Variable plus ("+"); Variable make_module ("make-module"); #if GUILEV2 -- 2.39.5