diff options
Diffstat (limited to 'byterun/misc.h')
-rw-r--r-- | byterun/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/misc.h b/byterun/misc.h index a1b2b92607..7fe2cbfe35 100644 --- a/byterun/misc.h +++ b/byterun/misc.h @@ -132,6 +132,8 @@ char *caml_aligned_malloc (asize_t, int, void **); #define Debug_filler_align Debug_tag (0x85) #define Debug_uninit_stat 0xD7 + +extern void caml_set_fields (char *, unsigned long, unsigned long); #endif /* DEBUG */ |