Rectification d'un commentaire

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2427 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1999-10-14 13:51:43 +00:00
parent ac19f05468
commit 7838462bd0
1 changed files with 1 additions and 1 deletions

View File

@ -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))