diff options
Diffstat (limited to 'byterun/fail.h')
-rw-r--r-- | byterun/fail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fail.h b/byterun/fail.h index 5317b3304..47df947c5 100644 --- a/byterun/fail.h +++ b/byterun/fail.h @@ -70,7 +70,7 @@ CAMLextern void caml_raise_end_of_file (void) Noreturn; CAMLextern void caml_raise_zero_divide (void) Noreturn; CAMLextern void caml_raise_not_found (void) Noreturn; CAMLextern void caml_init_exceptions (void); -CAMLextern void array_bound_error (void) Noreturn; +CAMLextern void caml_array_bound_error (void) Noreturn; CAMLextern void caml_raise_sys_blocked_io (void) Noreturn; #endif /* CAML_FAIL_H */ |