]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-guile.hh
release: 1.0.16
[lilypond.git] / lily / include / lily-guile.hh
1 /*
2   lily-guile.hh encapsulate guile
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef LILY_GUILE_HH
10 #define LILY_GUILE_HH
11
12 #include "config.hh"
13
14 #ifdef HAVE_LIBGUILE
15 extern "C" { 
16 #include <guile/gh.h> 
17 }
18 #else
19 typedef long SCM;
20 #endif
21 #endif // LILY_GUILE_HH