From 1487dfbba585133f8776f02c14d49634d802919f Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 15 Dec 2002 12:19:57 +0000 Subject: 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 --- tactics/tacinterp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3