aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorGuillaume Melquiond2017-04-07 09:49:21 +0200
committerGuillaume Melquiond2017-06-14 07:18:13 +0200
commit80dfe0cb64285f58dfe2eebd7319c747c70d3d6b (patch)
treed5a5a40add447479fb91a1a43e546d6c518d587f /lib/flags.mli
parent7e63c300a3aa1e3befb29bab9094e8b1939824bb (diff)
Add a version to be used when parsing compatibility notations mentioning old versions.
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index e2cf09474e..c0aca9c99b 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -77,7 +77,7 @@ val raw_print : bool ref
(* Univ print flag, never set anywere. Maybe should belong to Univ? *)
val univ_print : bool ref
-type compat_version = V8_2 | V8_3 | V8_4 | V8_5 | V8_6 | Current
+type compat_version = VOld | V8_2 | V8_3 | V8_4 | V8_5 | V8_6 | Current
val compat_version : compat_version ref
val version_compare : compat_version -> compat_version -> int
val version_strictly_greater : compat_version -> bool