summaryrefslogtreecommitdiffstats
path: root/byterun/fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fail.c')
-rw-r--r--byterun/fail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fail.c b/byterun/fail.c
index a814b27f7..d785d98f3 100644
--- a/byterun/fail.c
+++ b/byterun/fail.c
@@ -26,7 +26,7 @@
#include "signals.h"
#include "stacks.h"
-struct longjmp_buffer * caml_external_raise = NULL;
+CAMLexport struct longjmp_buffer * caml_external_raise = NULL;
value caml_exn_bucket;
CAMLexport void caml_raise(value v)