aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/ring/LegacyZArithRing.v
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ring/LegacyZArithRing.v')
-rw-r--r--plugins/ring/LegacyZArithRing.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ring/LegacyZArithRing.v b/plugins/ring/LegacyZArithRing.v
index 87b64c8d8..5845062dd 100644
--- a/plugins/ring/LegacyZArithRing.v
+++ b/plugins/ring/LegacyZArithRing.v
@@ -13,7 +13,7 @@ Require Export ZArith_base.
Require Import Eqdep_dec.
Require Import LegacyRing.
-Unboxed Definition Zeq (x y:Z) :=
+Definition Zeq (x y:Z) :=
match (x ?= y)%Z with
| Datatypes.Eq => true
| _ => false