aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplExpr.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/SimplExpr.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/SimplExpr.v')
-rw-r--r--cfrontend/SimplExpr.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfrontend/SimplExpr.v b/cfrontend/SimplExpr.v
index 45b686f3..7cdff468 100644
--- a/cfrontend/SimplExpr.v
+++ b/cfrontend/SimplExpr.v
@@ -26,6 +26,7 @@ Require Import Csyntax.
Require Import Clight.
Local Open Scope string_scope.
+Local Open Scope list_scope.
(** State and error monad for generating fresh identifiers. *)