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 /stdlib | |
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 'stdlib')
-rw-r--r-- | stdlib/pervasives.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/pervasives.ml b/stdlib/pervasives.ml index 93aac3344..1aa3c439a 100644 --- a/stdlib/pervasives.ml +++ b/stdlib/pervasives.ml @@ -414,7 +414,7 @@ let (( ^^ ) : ('a, 'b, 'c, 'd) format4 -> ('d, 'b, 'c, 'e) format4 -> (* Miscellaneous *) -external sys_exit : int -> 'a = "sys_exit" +external sys_exit : int -> 'a = "caml_sys_exit" let exit_function = ref flush_all |