diff options
Diffstat (limited to 'byterun/mlvalues.h')
-rw-r--r-- | byterun/mlvalues.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/byterun/mlvalues.h b/byterun/mlvalues.h index cfa06d26d..434adba94 100644 --- a/byterun/mlvalues.h +++ b/byterun/mlvalues.h @@ -176,6 +176,9 @@ typedef opcode_t * code_t; #define Class_val(val) Field(val, 0) #define Oid_val(val) Long_val(Field(val, 1)) +/* Another special case: variants */ +extern value hash_variant(char * tag); + /* 2- If tag >= No_scan_tag : a sequence of bytes. */ /* Pointer to the first byte */ |