From e1b1743fb6aaed042d5e6762ea76c3242593ab1d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 30 Oct 2017 14:16:48 +0100 Subject: Fix obsolete vernacular syntax for locality. It was emitting a deprecation warning and will soon be removed from Coq. --- mathcomp/odd_order/BGappendixAB.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/odd_order') diff --git a/mathcomp/odd_order/BGappendixAB.v b/mathcomp/odd_order/BGappendixAB.v index cb104f4..1dc4472 100644 --- a/mathcomp/odd_order/BGappendixAB.v +++ b/mathcomp/odd_order/BGappendixAB.v @@ -31,7 +31,7 @@ Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. -Open Local Scope ring_scope. +Local Open Scope ring_scope. Import GroupScope GRing.Theory. Section AppendixA. -- cgit v1.2.3