aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-07-06 09:36:01 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-07-06 09:36:01 +0200
commit39c55cc00a35af8677ce3e0661e053e57081b183 (patch)
tree1babdf8007d978d8143fef80435d388b22afc0b1 /driver/Interp.ml
parent68e22ac70b911047e01f9917a343b7f402a0791f (diff)
downloadcompcert-no-pervasives.tar.gz
compcert-no-pervasives.zip
Clarify "open" statementsno-pervasives
OCaml 4.08.0 has stricter warnings concerning open statements that shadow module names.
Diffstat (limited to 'driver/Interp.ml')
-rw-r--r--driver/Interp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Interp.ml b/driver/Interp.ml
index 2c0867e3..a6841460 100644
--- a/driver/Interp.ml
+++ b/driver/Interp.ml
@@ -15,7 +15,7 @@
open Format
open Camlcoq
open AST
-open Integers
+open !Integers
open Values
open Memory
open Globalenvs