aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/micromega/Lia.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/micromega/Lia.v b/plugins/micromega/Lia.v
index 7e04fe0220..3351c7ef8a 100644
--- a/plugins/micromega/Lia.v
+++ b/plugins/micromega/Lia.v
@@ -44,9 +44,9 @@ Ltac zchecker_ext :=
(@eq_refl bool true <: @eq bool (ZTautoCheckerExt __ff __wit) true)
(@find Z Z0 __varmap)).
-Ltac lia := zify; xlia zchecker_ext.
+Ltac lia := PreOmega.zify; xlia zchecker_ext.
-Ltac nia := zify; xnlia zchecker.
+Ltac nia := PreOmega.zify; xnlia zchecker.
(* Local Variables: *)