diff options
Diffstat (limited to 'stdlib/sys.mli')
-rw-r--r-- | stdlib/sys.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/sys.mli b/stdlib/sys.mli index b127bc00b..6f3d57978 100644 --- a/stdlib/sys.mli +++ b/stdlib/sys.mli @@ -85,7 +85,8 @@ val word_size : int program, in bits: 32 or 64. *) val big_endian : bool -(** Whether the machine currently executing the Caml program is big-endian. *) +(** Whether the machine currently executing the Caml program is big-endian. + @since 4.00.0 *) val max_string_length : int (** Maximum length of a string. *) |