[OCaml] Rename typemaps.i to ocaml.swg
This commit is contained in:
parent
b74b2189e6
commit
092c51c06e
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
/* Read in standard typemaps. */
|
/* Read in standard typemaps. */
|
||||||
%include <swig.swg>
|
%include <swig.swg>
|
||||||
%include <typemaps.i>
|
%include <ocaml.swg>
|
||||||
%include <typecheck.i>
|
%include <typecheck.i>
|
||||||
%include <exception.i>
|
%include <exception.i>
|
||||||
%include <preamble.swg>
|
%include <preamble.swg>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* typemaps.i
|
* ocaml.swg
|
||||||
*
|
*
|
||||||
* The Ocaml module handles all types uniformly via typemaps. Here
|
* The Ocaml module handles all types uniformly via typemaps. Here
|
||||||
* are the definitions.
|
* are the definitions.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue