diff options
Diffstat (limited to 'byterun/fail.h')
-rw-r--r-- | byterun/fail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fail.h b/byterun/fail.h index 5a55c57c5..f092c8115 100644 --- a/byterun/fail.h +++ b/byterun/fail.h @@ -60,6 +60,7 @@ extern value caml_exn_bucket; CAMLextern void caml_raise (value bucket) Noreturn; CAMLextern void caml_raise_constant (value tag) Noreturn; CAMLextern void caml_raise_with_arg (value tag, value arg) Noreturn; +CAMLextern void caml_raise_with_args (value tag, int nargs, value arg[]) Noreturn; CAMLextern void caml_raise_with_string (value tag, char const * msg) Noreturn; CAMLextern void caml_failwith (char const *) Noreturn; CAMLextern void caml_invalid_argument (char const *) Noreturn; |