aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
diff options
context:
space:
mode:
authorherbelin2002-12-15 12:19:57 +0000
committerherbelin2002-12-15 12:19:57 +0000
commit1487dfbba585133f8776f02c14d49634d802919f (patch)
tree93fc8763705303b195cc63896d98e492f2caa6ca /tactics/tacinterp.ml
parent5d460ffd88d9883dee251dc6b7f1faa6cc7f1a75 (diff)
Traitement spécial pour les types à l'internalisation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3443 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.ml')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index efc2a9b822..05b26cbb64 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -348,7 +348,7 @@ let glob_quantified_hypothesis ist x =
let glob_constr ist c =
let _ =
- Constrintern.interp_rawconstr_gen
+ Constrintern.interp_rawconstr_gen false
Evd.empty (Global.env()) [] false (fst ist) c
in c