aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_module.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 19:33:17 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 19:33:17 +0000
commit8677ac9dce9a617755eae07c19f0b1f42ad6af55 (patch)
treee7f2f3f10f4380cc637937214263eb2a08881be8 /parsing/g_module.ml4
parenta433b7797072aa2eec7ee4eb165bf7e72803cc25 (diff)
Un seul binaire commun v7 et v8 avec détection précoce de l'option -v8 et choix
du parseur en fonction de cette option git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4387 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_module.ml4')
-rw-r--r--parsing/g_module.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_module.ml4 b/parsing/g_module.ml4
index a3714c43b..7e2532c20 100644
--- a/parsing/g_module.ml4
+++ b/parsing/g_module.ml4
@@ -18,6 +18,7 @@ open Topconstr
(* Grammar rules for module expressions and types *)
+if !Options.v7 then
GEXTEND Gram
GLOBAL: module_expr module_type;