git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@39 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
519 B
Text
15 lines
519 B
Text
/* -----------------------------------------------------------------------
|
|
* swig_lib/guile/guile.swg
|
|
*
|
|
* Guile configuration file. This file assumes FSF Guile 1.0. It may not
|
|
* work with other versions
|
|
* ----------------------------------------------------------------------- */
|
|
|
|
#include "guile/gh.h"
|
|
|
|
/* Since GUILE seems to be somewhat incomplete, these bindings
|
|
are used in the SWIG generated code. To change the Guile
|
|
interface, simply change this file */
|
|
|
|
#define GH_NOT_PASSED SCM_UNDEFINED
|
|
|