diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:37:24 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-12-15 18:37:24 +0000 |
commit | a90b6e9d1279612493dec0a50185bcdc8392807c (patch) | |
tree | 674558b216d2c220e01293b784c202c41bd00566 /byterun/sys.c | |
parent | 1a9f5599ddaf9dc3798f0892786a46ac9b73bbb1 (diff) |
decontamination (PR#1914, PR#1956)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6022 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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); |