Skip to content

Commit

Permalink
Merge pull request #85 from kit-ty-kate/410
Browse files Browse the repository at this point in the history
Add support for OCaml 4.10
  • Loading branch information
xclerc authored Feb 17, 2020
2 parents fb9b57b + 6984b05 commit 9f1001c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exn_stubs.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define CAML_INTERNALS
#include <caml/mlvalues.h>

extern int caml_backtrace_pos;
#include <caml/backtrace.h>

CAMLprim value Base_clear_caml_backtrace_pos () {
caml_backtrace_pos = 0;
Expand Down

0 comments on commit 9f1001c

Please sign in to comment.