summaryrefslogtreecommitdiffstats
path: root/byterun/fail.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/fail.h')
-rw-r--r--byterun/fail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/fail.h b/byterun/fail.h
index 5764102b5..e72bb03bc 100644
--- a/byterun/fail.h
+++ b/byterun/fail.h
@@ -57,5 +57,6 @@ void raise_end_of_file (void) Noreturn;
void raise_zero_divide (void) Noreturn;
void raise_not_found (void) Noreturn;
void fatal_uncaught_exception (value) Noreturn;
+void init_exceptions (void);
#endif /* _fail_ */