diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
commit | f95e7f4a59d96af3241a6e6909be59b3781d467e (patch) | |
tree | 33a87919abbf787386a3ad40afa4b4685b210614 /stdlib/stringLabels.mli | |
parent | a4f3f01982a4d36a3013cdb4fb1f5406f045be69 (diff) |
uniformization of the warnings at the head of the hidden sections of the .mli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12243 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/stringLabels.mli')
-rw-r--r-- | stdlib/stringLabels.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/stringLabels.mli b/stdlib/stringLabels.mli index f9be415cc..59b0eb7c2 100644 --- a/stdlib/stringLabels.mli +++ b/stdlib/stringLabels.mli @@ -175,6 +175,8 @@ val compare: t -> t -> int (**/**) +(* The following is for system use only. Do not call directly. *) + external unsafe_get : string -> int -> char = "%string_unsafe_get" external unsafe_set : string -> int -> char -> unit = "%string_unsafe_set" external unsafe_blit : |