aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/ZArith/zarith_aux.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/zarith_aux.v b/theories/ZArith/zarith_aux.v
index a49c60fb45..04fc70f8a7 100644
--- a/theories/ZArith/zarith_aux.v
+++ b/theories/ZArith/zarith_aux.v
@@ -12,7 +12,7 @@
Require Arith.
Require Export fast_integer.
-Meta Definition ElimCompare com1 com2:=
+Tactic Definition ElimCompare com1 com2:=
Elim (Dcompare (Zcompare com1 com2)); [
Idtac
| Intro hidden_auxiliary; Elim hidden_auxiliary;