Skip to content

Commit 3cdb1e0

Browse files
committed
Comment when Lwt_bytes_val macro can be removed
[skip ci]
1 parent 2756597 commit 3cdb1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/lwt_unix_stubs.c

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ CAMLprim value lwt_unix_blit_from_bytes(value val_buf1, value val_ofs1,
121121
return Val_unit;
122122
}
123123

124+
/* Needed while Lwt supports OCaml < 4.06. */
124125
#ifdef Bytes_val
125126
#define Lwt_bytes_val(v) Bytes_val(v)
126127
#else

0 commit comments

Comments
 (0)