aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ring/ring.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ring/ring.ml b/contrib/ring/ring.ml
index 9221ed68fd..d72ee19e2c 100644
--- a/contrib/ring/ring.ml
+++ b/contrib/ring/ring.ml
@@ -806,8 +806,8 @@ let raw_polynom th op lc gl =
c'''i; ci; c'i_eq_c''i |]))))
(tclTHEN
(tclORELSE
- (Setoid_replace.setoid_replace ci c'''i)
- (Setoid_replace.setoid_replace c'''i ci))
+ (Setoid_replace.setoid_replace ci c'''i ~new_goals:[])
+ (Setoid_replace.setoid_replace c'''i ci ~new_goals:[]))
(tclTHEN
(tclTRY (h_exact c'i_eq_c''i))
tac)))