diff options
| author | herbelin | 2005-12-26 20:07:21 +0000 |
|---|---|---|
| committer | herbelin | 2005-12-26 20:07:21 +0000 |
| commit | 52f4136ecf452162adb55c8de031b73c97dcdbac (patch) | |
| tree | 8ac0a4c3584025a44067c6a96c6ce9d92ca93e78 /lib | |
| parent | 099fb1b4c5084bb899e4910e42c971cdfa81e1aa (diff) | |
Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*new en G_*.ml + autres petites modifications liées à suppression du traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7740 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/options.ml | 1 | ||||
| -rw-r--r-- | lib/options.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/options.ml b/lib/options.ml index 854e302f8c..dab00ac60c 100644 --- a/lib/options.ml +++ b/lib/options.ml @@ -36,7 +36,6 @@ let translate = ref false let make_translate f = translate := f let do_translate () = !translate let translate_file = ref false -let translate_strict_impargs = ref true (* True only when interning from pp*new.ml *) let translate_syntax = ref false diff --git a/lib/options.mli b/lib/options.mli index 9eea81ed30..9fa408d921 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -31,7 +31,6 @@ val make_translate : bool -> unit val do_translate : unit -> bool val translate_file : bool ref val translate_syntax : bool ref -val translate_strict_impargs : bool ref val make_silent : bool -> unit val is_silent : unit -> bool |
