summaryrefslogtreecommitdiff
path: root/Lib/ocaml
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-02-18 22:42:20 -0700
committerZackery Spytz <zspytz@gmail.com>2019-02-18 22:42:20 -0700
commit092c51c06e87a5b2a15efc1eb488414302a3e375 (patch)
tree8390ca4abe6f3e5dde3b03b2d0ef83d0b9575e3f /Lib/ocaml
parentb74b2189e6a3462a9dab0b299e82bc7086d2f077 (diff)
downloadswig-092c51c06e87a5b2a15efc1eb488414302a3e375.tar.gz
[OCaml] Rename typemaps.i to ocaml.swg
Diffstat (limited to 'Lib/ocaml')
-rw-r--r--Lib/ocaml/ocaml.i2
-rw-r--r--Lib/ocaml/ocaml.swg (renamed from Lib/ocaml/typemaps.i)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ocaml/ocaml.i b/Lib/ocaml/ocaml.i
index 581f84d04..cc26d1859 100644
--- a/Lib/ocaml/ocaml.i
+++ b/Lib/ocaml/ocaml.i
@@ -35,7 +35,7 @@
/* Read in standard typemaps. */
%include <swig.swg>
-%include <typemaps.i>
+%include <ocaml.swg>
%include <typecheck.i>
%include <exception.i>
%include <preamble.swg>
diff --git a/Lib/ocaml/typemaps.i b/Lib/ocaml/ocaml.swg
index 08a0c97c9..ac496bdba 100644
--- a/Lib/ocaml/typemaps.i
+++ b/Lib/ocaml/ocaml.swg
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * typemaps.i
+ * ocaml.swg
*
* The Ocaml module handles all types uniformly via typemaps. Here
* are the definitions.