From 216f8774c4236b58466379544e8d170c199e2f6f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 23 Sep 2003 21:15:39 +0000 Subject: [PATCH] __OCAML__SWIG__MAXVALUES removed. It wasn't being used. Is this okay Art? git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5144 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ocaml/ocamldec.swg | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/ocaml/ocamldec.swg b/Lib/ocaml/ocamldec.swg index 426eba4d9..147ed4d68 100644 --- a/Lib/ocaml/ocamldec.swg +++ b/Lib/ocaml/ocamldec.swg @@ -89,8 +89,6 @@ CAMLextern int64 Int64_val(caml_value_t v); # define SWIGSTATIC static #endif -#define __OCAML__SWIG__MAXVALUES 6 - SWIGSTATIC int SWIG_GetPtr(void *source, void **result, swig_type_info *type, swig_type_info *result_type);