From 7838462bd080707287c2948cf04e228cc9e58477 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 14 Oct 1999 13:51:43 +0000 Subject: [PATCH] Rectification d'un commentaire git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2427 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/mlvalues.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byterun/mlvalues.h b/byterun/mlvalues.h index e52da1e92..da7f87b6f 100644 --- a/byterun/mlvalues.h +++ b/byterun/mlvalues.h @@ -185,7 +185,7 @@ typedef opcode_t * code_t; #define Class_val(val) Field(val, 0) #define Oid_val(val) Long_val(Field(val, 1)) -/* 2- If tag > No_scan_tag : a sequence of bytes. */ +/* 2- If tag >= No_scan_tag : a sequence of bytes. */ /* Pointer to the first byte */ #define Bp_val(v) ((char *) (v))