summaryrefslogtreecommitdiff
path: root/Lib/ocaml/preamble.swg
diff options
context:
space:
mode:
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