X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Flily-guile.hh;h=1ea707038e2bb00c1e42cabce794287d8e1992c2;hb=30270f615f32a6b93e7b09bf55d1b8a7d7aad7ca;hp=845a2a1f87d4912c2a6d5c1976624291350901c8;hpb=9f88b957750d767f2230004a4bf2d4eccca7decf;p=lilypond.git diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh index 845a2a1f87..1ea707038e 100644 --- a/lily/include/lily-guile.hh +++ b/lily/include/lily-guile.hh @@ -11,10 +11,6 @@ #include "config.hh" -#ifdef __cplusplus -extern "C" { -#endif - #ifdef HAVE_LIBGUILE extern "C" { #include @@ -22,17 +18,4 @@ extern "C" { #else typedef long SCM; #endif - -SCM gh_append (SCM a, SCM b); -SCM gh_eval (SCM a); -SCM gh_func_o (char const* name); -SCM gh_lambda_o (); -SCM gh_list1 (SCM a); -SCM gh_list2(SCM a, SCM b); -SCM gh_quote (); - -#ifdef __cplusplus -} -#endif - #endif // LILY_GUILE_HH