Skip to content

Commit 6984b05

Browse files
committed
Add support for OCaml 4.10
Signed-off-by: Kate <[email protected]>
1 parent fb9b57b commit 6984b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/exn_stubs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#define CAML_INTERNALS
12
#include <caml/mlvalues.h>
2-
3-
extern int caml_backtrace_pos;
3+
#include <caml/backtrace.h>
44

55
CAMLprim value Base_clear_caml_backtrace_pos () {
66
caml_backtrace_pos = 0;

0 commit comments

Comments
 (0)