aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-06-20 20:21:27 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-06-27 23:29:15 +0200
commitfb4ccbf4a7b66cc7af8b24e00fb19a0b49c769d1 (patch)
treedabe1d69169b334b8aed973cd23c1d57601404d6 /theories/Compat
parentbd55e2b2787bbabf7fba126126611c58548424fc (diff)
Add Unset Shrink Abstract/Obligations in Coq85
For compatibility with 8.5.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq85.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index d6d370cb5..1e30ab919 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -15,3 +15,5 @@
Global Unset Bracketing Last Introduction Pattern.
Global Unset Regular Subst Tactic.
Global Unset Structural Injection.
+Global Unset Shrink Abstract.
+Global Unset Shrink Obligations. \ No newline at end of file