From 092c51c06e87a5b2a15efc1eb488414302a3e375 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Mon, 18 Feb 2019 22:42:20 -0700 Subject: [PATCH] [OCaml] Rename typemaps.i to ocaml.swg --- Lib/ocaml/ocaml.i | 2 +- Lib/ocaml/{typemaps.i => ocaml.swg} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Lib/ocaml/{typemaps.i => ocaml.swg} (99%) 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 -%include +%include %include %include %include diff --git a/Lib/ocaml/typemaps.i b/Lib/ocaml/ocaml.swg similarity index 99% rename from Lib/ocaml/typemaps.i rename to 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.