[OCaml] Rename typemaps.i to ocaml.swg

This commit is contained in:
Zackery Spytz 2019-02-18 22:42:20 -07:00
commit 092c51c06e
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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.