aboutsummaryrefslogtreecommitdiff
path: root/theories/Compat
diff options
context:
space:
mode:
authorJason Gross2018-10-02 14:45:00 -0400
committerJason Gross2018-10-02 14:45:40 -0400
commit3208a68e2c1b5f29fe33b54a66a2c361d3bfc531 (patch)
treeeb3c7d125bed17f2338dc6980a1fac315460ad05 /theories/Compat
parent9e7402632f1aecf5d2dce936d95e296097024ea5 (diff)
Update the -compat flags
Mostly via `dev/tools/update-compat.py --cur-version=8.9` We just remove test-suite/success/FunindExtraction_compat86.v because, except for the `Extraction iszero.` line at the bottom, it is a duplicate of `test-suite/success/Funind.v` (except with `-compat 8.6`). We also manually update a number of test-suite files to pre-emptively remove compatibility notations (which used to be compat 8.6, but are now compat 8.7).
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq88.v2
-rw-r--r--theories/Compat/Coq89.v (renamed from theories/Compat/Coq86.v)6
2 files changed, 3 insertions, 5 deletions
diff --git a/theories/Compat/Coq88.v b/theories/Compat/Coq88.v
index 578425bfb5..950cd8242b 100644
--- a/theories/Compat/Coq88.v
+++ b/theories/Compat/Coq88.v
@@ -9,6 +9,8 @@
(************************************************************************)
(** Compatibility file for making Coq act similar to Coq v8.8 *)
+Require Export Coq.Compat.Coq89.
+
(** In Coq 8.9, prim token notations follow [Import] rather than
[Require]. So we make all of the relevant notations accessible in
compatibility mode. *)
diff --git a/theories/Compat/Coq86.v b/theories/Compat/Coq89.v
index 666be207eb..d25671887f 100644
--- a/theories/Compat/Coq86.v
+++ b/theories/Compat/Coq89.v
@@ -8,8 +8,4 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-(** Compatibility file for making Coq act similar to Coq v8.6 *)
-Require Export Coq.Compat.Coq87.
-
-Require Export Coq.extraction.Extraction.
-Require Export Coq.funind.FunInd.
+(** Compatibility file for making Coq act similar to Coq v8.9 *)