aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplLocals.v
diff options
context:
space:
mode:
authorJason Gross <jgross@mit.edu>2018-08-27 11:13:47 -0400
committerXavier Leroy <xavier.leroy@inria.fr>2018-08-27 19:39:16 +0200
commitf6f537dd60336b599c9541b0dca56255bdf2ba5e (patch)
treef0f483a0221cb89b0cc898d9473a1e4b0664a0a7 /cfrontend/SimplLocals.v
parented4761bea21dee59b576240ae284f34e91dd9070 (diff)
downloadcompcert-kvx-f6f537dd60336b599c9541b0dca56255bdf2ba5e.tar.gz
compcert-kvx-f6f537dd60336b599c9541b0dca56255bdf2ba5e.zip
Import prim token notations before using them
This is required for compatibility with https://github.com/coq/coq/pull/8064, where prim token notations no longer follow `Require`, but instead follow `Import`. Closes #246 Closes #250
Diffstat (limited to 'cfrontend/SimplLocals.v')
-rw-r--r--cfrontend/SimplLocals.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfrontend/SimplLocals.v b/cfrontend/SimplLocals.v
index b142d3cc..f54aa60d 100644
--- a/cfrontend/SimplLocals.v
+++ b/cfrontend/SimplLocals.v
@@ -22,6 +22,7 @@ Require Compopts.
Open Scope error_monad_scope.
Open Scope string_scope.
+Open Scope list_scope.
Module VSet := FSetAVL.Make(OrderedPositive).