]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.16
authorfred <fred>
Wed, 14 Oct 1998 13:11:03 +0000 (13:11 +0000)
committerfred <fred>
Wed, 14 Oct 1998 13:11:03 +0000 (13:11 +0000)
lily/include/lily-guile.hh [new file with mode: 0644]

diff --git a/lily/include/lily-guile.hh b/lily/include/lily-guile.hh
new file mode 100644 (file)
index 0000000..1ea7070
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+  lily-guile.hh encapsulate guile
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1998 Jan Nieuwenhuizen <janneke@gnu.org>
+*/
+
+#ifndef LILY_GUILE_HH
+#define LILY_GUILE_HH
+
+#include "config.hh"
+
+#ifdef HAVE_LIBGUILE
+extern "C" { 
+#include <guile/gh.h> 
+}
+#else
+typedef long SCM;
+#endif
+#endif // LILY_GUILE_HH