aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/native
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-10-03 11:20:59 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2017-10-03 11:20:59 +0200
commit48e123caddd6a4c4edd60d8f39b78a5421418f40 (patch)
tree983e804bacb76874c1f10f8f5319b21517f751bc /src/versions/native
parentca5213e2a653640cab6d98c1b0e799262b6be33d (diff)
downloadsmtcoq-48e123caddd6a4c4edd60d8f39b78a5421418f40.tar.gz
smtcoq-48e123caddd6a4c4edd60d8f39b78a5421418f40.zip
Compiles with both versions of Coq
Diffstat (limited to 'src/versions/native')
-rw-r--r--src/versions/native/structures.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/versions/native/structures.ml b/src/versions/native/structures.ml
index 9a56d43..589e772 100644
--- a/src/versions/native/structures.ml
+++ b/src/versions/native/structures.ml
@@ -123,3 +123,10 @@ let ppconstr_lsimpleconstr = Ppconstr.lsimple
let constrextern_extern_constr =
let env = Global.env () in
Constrextern.extern_constr false env
+
+
+(* Old packaging of plugins *)
+module Micromega_plugin_Certificate = Certificate
+module Micromega_plugin_Coq_micromega = Coq_micromega
+module Micromega_plugin_Micromega = Micromega
+module Micromega_plugin_Mutils = Mutils