summaryrefslogtreecommitdiff
path: root/Lib/ocaml/ocaml.i
diff options
context:
space:
mode:
authorArt Yerkes <ayerkes@speakeasy.net>2003-02-16 07:29:34 +0000
committerArt Yerkes <ayerkes@speakeasy.net>2003-02-16 07:29:34 +0000
commitd69f24e7502c4639a002f33be1169ba750629064 (patch)
treec156e4520b5f07c3e1dc443a680b6295184078f5 /Lib/ocaml/ocaml.i
parent8b60698a112b899c0ee10f370eb34b8e8d77f563 (diff)
downloadswig-d69f24e7502c4639a002f33be1169ba750629064.tar.gz
typecheck: Foolish omission of break;
mlheading and mliheading: added make_x and get_x accessor and constructor functions for C_xxx types. This makes the system a bit more accomodating. ocaml.swg: Corrected one SWIGSTATIC std_vector.i: First shot at a working implementation (with example). typemaps.i: Correction to handling of SWIGTYPE ... git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4320 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ocaml/ocaml.i')
-rw-r--r--Lib/ocaml/ocaml.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/ocaml/ocaml.i b/Lib/ocaml/ocaml.i
index 3d543dc8b..d081e8d15 100644
--- a/Lib/ocaml/ocaml.i
+++ b/Lib/ocaml/ocaml.i
@@ -21,10 +21,6 @@
#define SWIG_malloc(size) swig_malloc(size, FUNC_NAME)
#define SWIG_free(mem) free(mem)
-/* Guile compatibility kludges */
-#define SCM_VALIDATE_VECTOR(argnum, value) (void)0
-#define SCM_VALIDATE_LIST(argnum, value) (void)0
-
/* Read in standard typemaps. */
%include "swig.swg"
%include "typemaps.i"