We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebb88e commit b2e742bCopy full SHA for b2e742b
src/unix/lwt_unix.h
@@ -14,6 +14,9 @@
14
#include <caml/socketaddr.h>
15
#include <string.h>
16
17
+// The following macro is for backwards compatibility.
18
+// It is given an `lwt_` prefix to avoid name collisions for code which
19
+// include both this file and alloc.h.
20
#if OCAML_VERSION < 50000
21
#define lwt_convert_flag_list(flags, table) \
22
caml_convert_flag_list((flags), (int *)(table))
0 commit comments