aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cminorgenproof.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-02-13 11:15:34 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2017-02-13 11:15:34 +0100
commit3bd82b3cb10a721f2e2c8db6d0271c83a22095a3 (patch)
tree5bcb0ee57b1ab5f8083594f0596edcf1cd3990e8 /cfrontend/Cminorgenproof.v
parentc736e7d34560fef54ec4ab652be28bf2df4e907f (diff)
downloadcompcert-kvx-3bd82b3cb10a721f2e2c8db6d0271c83a22095a3.tar.gz
compcert-kvx-3bd82b3cb10a721f2e2c8db6d0271c83a22095a3.zip
Use "Local" as prefix
Open Local becomes Local Open. This silences Coq 8.6's warning. Also: remove one useless Require-inside-a-module that caused another warning.
Diffstat (limited to 'cfrontend/Cminorgenproof.v')
-rw-r--r--cfrontend/Cminorgenproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/Cminorgenproof.v b/cfrontend/Cminorgenproof.v
index ea1bc89c..a6d58f17 100644
--- a/cfrontend/Cminorgenproof.v
+++ b/cfrontend/Cminorgenproof.v
@@ -20,7 +20,7 @@ Require Import AST Linking.
Require Import Values Memory Events Globalenvs Smallstep.
Require Import Csharpminor Switch Cminor Cminorgen.
-Open Local Scope error_monad_scope.
+Local Open Scope error_monad_scope.
Definition match_prog (p: Csharpminor.program) (tp: Cminor.program) :=
match_program (fun cu f tf => transl_fundef f = OK tf) eq p tp.