From 415951f50dd6347fb712e9653af6cb2c6448e3d9 Mon Sep 17 00:00:00 2001 From: notin Date: Fri, 1 Sep 2006 11:02:16 +0000 Subject: Appel à caml_modify pour Ocaml 3.07 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9102 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/byterun/coq_interp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/byterun') diff --git a/kernel/byterun/coq_interp.c b/kernel/byterun/coq_interp.c index ab63ff23a..81880464b 100644 --- a/kernel/byterun/coq_interp.c +++ b/kernel/byterun/coq_interp.c @@ -67,7 +67,7 @@ sp is a local copy of the global variable extern_sp. */ /* Wrapper pour caml_modify */ #ifdef OCAML_307 -#define CAML_MODIFY(a,b) caml_modify(a,b) +#define CAML_MODIFY(a,b) modify(a,b) #else #define CAML_MODIFY(a,b) caml_modify(a,b) #endif -- cgit v1.2.3