diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-10-16 16:24:23 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-10-16 16:24:23 +0000 |
commit | 15daaa856a6dd1f97845c4f24fe27eaf4cdbdda0 (patch) | |
tree | 0b5a33550e30f286ef65e7c12ea452c2b86da409 /printing | |
parent | 3b5927180128a4e8f10f7437641ff3af220194b3 (diff) |
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15896 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'printing')
-rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 686d2ae2d..2df8b8ce5 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -64,7 +64,7 @@ let sep_end = function (* Warning: [pr_raw_tactic] globalises and fails if globalisation fails *) let pr_raw_tactic_env l env t = - pr_glob_tactic env (Tacinterp.glob_tactic_env l env t) + pr_glob_tactic env (Tacintern.glob_tactic_env l env t) let pr_gen env t = pr_raw_generic |