Guard caml_fatal_uncaught_exception with CAML_INTERNALS

master
David Allsopp 2020-09-04 15:59:43 +01:00
parent 44c053008a
commit 0d4f1ba182
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@ extern "C" {
CAMLextern char * caml_format_exception (value);
#ifdef CAML_INTERNALS
CAMLnoreturn_start void caml_fatal_uncaught_exception (value) CAMLnoreturn_end;
#endif /* CAML_INTERNALS */
#ifdef __cplusplus
}