aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacinterp.ml')
-rw-r--r--tactics/tacinterp.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index 536ddfb66c..619d26c619 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -2056,7 +2056,9 @@ let _ = Auto.set_extern_interp
let l = List.map (fun (id,c) -> (id,VConstr c)) l in
interp_tactic {lfun=l;debug=get_debug()})
let _ = Auto.set_extern_intern_tac
- (fun l -> intern_tactic {(make_empty_glob_sign()) with ltacvars=(l,[])})
+ (fun l ->
+ Options.with_option strict_check
+ (intern_tactic {(make_empty_glob_sign()) with ltacvars=(l,[])}))
let _ = Auto.set_extern_subst_tactic subst_tactic
let _ = Dhyp.set_extern_interp eval_tactic
let _ = Dhyp.set_extern_intern_tac