Merge pull request #9883 from dra27/cygwin64-prereq-5

Guard caml_fatal_uncaught_exception with CAML_INTERNALS [Cygwin64 pre-req 5/6]
master
David Allsopp 2020-09-07 13:38:22 +01:00 committed by GitHub
commit 02c1577e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}