aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-30 14:16:48 +0100
committerMaxime Dénès2017-10-30 14:16:48 +0100
commite1b1743fb6aaed042d5e6762ea76c3242593ab1d (patch)
treef2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/field
parentd5437703555329168288467dc1a94b1176e1776e (diff)
Fix obsolete vernacular syntax for locality.
It was emitting a deprecation warning and will soon be removed from Coq.
Diffstat (limited to 'mathcomp/field')
-rw-r--r--mathcomp/field/falgebra.v2
-rw-r--r--mathcomp/field/separable.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/field/falgebra.v b/mathcomp/field/falgebra.v
index 58eccc2..23f5cba 100644
--- a/mathcomp/field/falgebra.v
+++ b/mathcomp/field/falgebra.v
@@ -79,7 +79,7 @@ Require Import div tuple finfun bigop ssralg finalg zmodp matrix vector poly.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
-Open Local Scope ring_scope.
+Local Open Scope ring_scope.
Reserved Notation "{ 'aspace' T }" (at level 0, format "{ 'aspace' T }").
Reserved Notation "<< U & vs >>" (at level 0, format "<< U & vs >>").
diff --git a/mathcomp/field/separable.v b/mathcomp/field/separable.v
index e8b8944..6178c01 100644
--- a/mathcomp/field/separable.v
+++ b/mathcomp/field/separable.v
@@ -34,7 +34,7 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
-Open Local Scope ring_scope.
+Local Open Scope ring_scope.
Import GRing.Theory.
Section SeparablePoly.