summaryrefslogtreecommitdiff
path: root/Lib/ocaml/preamble.swg
diff options
context:
space:
mode:
authorArt Yerkes <ayerkes@speakeasy.net>2004-10-17 07:56:17 +0000
committerArt Yerkes <ayerkes@speakeasy.net>2004-10-17 07:56:17 +0000
commitdb57b0d6d8eecb8ee8650edf28b988fbd1103ade (patch)
tree359ab12d4d21a9be664e1682e3a774bb18ae6049 /Lib/ocaml/preamble.swg
parent1e21896d50719d70d0e44101d28eac37c18da666 (diff)
downloadswig-db57b0d6d8eecb8ee8650edf28b988fbd1103ade.tar.gz
Some delayed maintenance.
Fixes for multimodule targets. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6407 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ocaml/preamble.swg')
-rw-r--r--Lib/ocaml/preamble.swg4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/ocaml/preamble.swg b/Lib/ocaml/preamble.swg
index 9fedfcd72..39374ce4b 100644
--- a/Lib/ocaml/preamble.swg
+++ b/Lib/ocaml/preamble.swg
@@ -1,6 +1,4 @@
%insert(mli) %{
-type c_obj = c_enum_tag c_obj_t
-
exception BadArgs of string
exception BadMethodName of c_obj * string * string
exception NotObject of c_obj
@@ -10,8 +8,6 @@ exception InvalidDirectorCall of c_obj
%}
%insert(ml) %{
-type c_obj = c_enum_tag c_obj_t
-
exception BadArgs of string
exception BadMethodName of c_obj * string * string
exception NotObject of c_obj