Rectification d'un commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2427 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ac19f05468
commit
7838462bd0
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue