Using %define for multiline defines. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@721 626c5289-ae23-0410-ae9c-e8d60b6d4f22
14 lines
289 B
OpenEdge ABL
14 lines
289 B
OpenEdge ABL
/* SWIG Configuration File for Guile.
|
|
This file is parsed by SWIG before reading any other interface
|
|
file. */
|
|
|
|
/* Include headers */
|
|
%insert(runtime) "guiledec.swg"
|
|
|
|
#ifndef SWIG_NOINCLUDE
|
|
%insert(runtime) "guile.swg"
|
|
#endif
|
|
|
|
/* Read in standard typemaps. */
|
|
%include "typemaps.i"
|
|
|