diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-01-02 19:23:29 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-01-02 19:23:29 +0000 |
commit | 0c7aecb88dc696f66f49f3bed54a037361a26b8d (patch) | |
tree | 32bde8a45b8881d3d121fd39cc1270980f596096 /byterun/obj.c | |
parent | 7ba8c1ca1d044232ed6d81d04a8c46800cf15097 (diff) |
depollution suite (et fin?) (PR#1914 et PR#1956)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6047 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/obj.c')
-rw-r--r-- | byterun/obj.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/byterun/obj.c b/byterun/obj.c index 3817f9f87..277c24180 100644 --- a/byterun/obj.c +++ b/byterun/obj.c @@ -155,10 +155,12 @@ CAMLprim value caml_obj_truncate (value v, value newsize) /* [lazy_is_forward] is obsolete. Stays here to make bootstrapping easier for patched versions of 3.07. To be removed before 3.08. FIXME */ -CAMLprim value lazy_is_forward (value v) +/* +CAMLxxprim value lazy_is_forward (value v) { return Val_bool (Is_block (v) && Tag_val (v) == Forward_tag); } +*/ CAMLprim value caml_lazy_follow_forward (value v) { |