diff options
Diffstat (limited to 'lib/flags.mli')
-rw-r--r-- | lib/flags.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/flags.mli b/lib/flags.mli index 87c8e792..75cfc96d 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id$ i*) +(*i $Id: flags.mli 13358 2010-07-29 23:10:17Z herbelin $ i*) (* Global options of the system. *) @@ -27,8 +27,6 @@ val dont_load_proofs : bool ref val raw_print : bool ref -val unicode_syntax : bool ref - type compat_version = V8_2 val compat_version : compat_version option ref val version_strictly_greater : compat_version -> bool |