aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacentries.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-10 10:42:49 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-10 10:42:49 +0000
commitb230388e6843aea7dae6a662eee4bbe8acf8a79a (patch)
treefa690a0015f13656c2bc96d03208cc878a6a7e1a /toplevel/vernacentries.ml
parentcad1bcf2b780f362efac9b311ac3de9921f2689d (diff)
Ajout options -v7 et -v8, et commandes V7only et V8only
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3418 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/vernacentries.ml')
-rw-r--r--toplevel/vernacentries.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index d30968df6..7213727c2 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1029,6 +1029,7 @@ let _ =
let interp c = match c with
(* Control (done in vernac) *)
| (VernacTime _ | VernacVar _ | VernacList _ | VernacLoad _) -> assert false
+ | (VernacV7only _ | VernacV8only _) -> assert false
(* Syntax *)
| VernacSyntax (whatfor,sel) -> vernac_syntax whatfor sel