diff options
| author | Maxime Dénès | 2016-10-06 11:14:08 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-10-06 11:17:36 +0200 |
| commit | d0dda9c419894460de952d4b9342ea6518d24f83 (patch) | |
| tree | bd087afa6b337692e21e4c4d7823af349ed745d0 /interp/syntax_def.mli | |
| parent | 82fe255fa41d22b07cee6ad65253707dbda7ce0b (diff) | |
Remove the Set Verbose Compat option and turn the warning on by default.
These warnings can now be configured like any other, so we don't need
a specific option anymore.
Diffstat (limited to 'interp/syntax_def.mli')
| -rw-r--r-- | interp/syntax_def.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli index aa2c9c3c1b..55e2848e69 100644 --- a/interp/syntax_def.mli +++ b/interp/syntax_def.mli @@ -17,6 +17,3 @@ val declare_syntactic_definition : bool -> Id.t -> Flags.compat_version option -> syndef_interpretation -> unit val search_syntactic_definition : kernel_name -> syndef_interpretation - -(** Option concerning verbose display of compatibility notations *) -val set_verbose_compat_notations : bool -> unit |
