]>
Commit | Line | Data |
---|---|---|
c90f71dd RD |
1 | /* ----------------------------------------------------------------------- |
2 | * swig_lib/guile/guile.swg | |
3 | * | |
4 | * Guile configuration file. This file assumes FSF Guile 1.0. It may not | |
5 | * work with other versions | |
6 | * ----------------------------------------------------------------------- */ | |
7 | ||
8 | #include "guile/gh.h" | |
9 | ||
10 | /* Since GUILE seems to be somewhat incomplete, these bindings | |
11 | are used in the SWIG generated code. To change the Guile | |
12 | interface, simply change this file */ | |
13 | ||
14 | #define GH_NOT_PASSED SCM_UNDEFINED | |
15 |