diff options
Diffstat (limited to 'byterun/sys.c')
-rw-r--r-- | byterun/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/sys.c b/byterun/sys.c index 6c844c23e..561b07a78 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -116,7 +116,7 @@ CAMLexport void caml_sys_error(value arg) } } -CAMLprim value sys_exit(value retcode) +CAMLprim value caml_sys_exit(value retcode) { #ifndef NATIVE_CODE debugger(PROGRAM_EXIT); |