director_wombat testcase, as well as all others except director_abstract compile. Four test cases fail. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5196 626c5289-ae23-0410-ae9c-e8d60b6d4f22
35 lines
795 B
C
35 lines
795 B
C
/* SWIG Configuration File for Ocaml. -*-c-*-
|
|
Modified from mzscheme.i
|
|
This file is parsed by SWIG before reading any other interface
|
|
file. */
|
|
|
|
/* Insert ML/MLI Common stuff */
|
|
%insert(mli) "mliheading.swg"
|
|
%insert(ml) "mlheading.swg"
|
|
|
|
/* Insert common stuff */
|
|
%insert(runtime) "common.swg"
|
|
|
|
/* Include headers */
|
|
%insert(runtime) "ocamldec.swg"
|
|
|
|
/* Type registration */
|
|
%insert(init) "typeregister.swg"
|
|
|
|
/*#ifndef SWIG_NOINCLUDE*/
|
|
%insert(runtime) "ocaml.swg"
|
|
/*#endif*/
|
|
|
|
%insert(classtemplate) "class.swg"
|
|
|
|
/* Definitions */
|
|
#define SWIG_malloc(size) swig_malloc(size, FUNC_NAME)
|
|
#define SWIG_free(mem) free(mem)
|
|
|
|
/* Read in standard typemaps. */
|
|
%include "swig.swg"
|
|
%include "typemaps.i"
|
|
%include "typecheck.i"
|
|
%include "exception.i"
|
|
%include "preamble.swg"
|
|
%include "director.swg"
|