We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9b57b + 6984b05 commit 9f1001cCopy full SHA for 9f1001c
src/exn_stubs.c
@@ -1,6 +1,6 @@
1
+#define CAML_INTERNALS
2
#include <caml/mlvalues.h>
-
3
-extern int caml_backtrace_pos;
+#include <caml/backtrace.h>
4
5
CAMLprim value Base_clear_caml_backtrace_pos () {
6
caml_backtrace_pos = 0;
0 commit comments