diff options
| author | letouzey | 2012-05-30 11:49:20 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-30 11:49:20 +0000 |
| commit | f9d97c62b2e46829a6ece74d07f5fab2cea1d769 (patch) | |
| tree | a9384a8933743af869df24ae33ff16f0ce08723e /parsing/g_ltac.ml4 | |
| parent | 301857d19ee24a184e6480af801c6ffb04f29a68 (diff) | |
Restore compatibility with camlp4 (some missing open Tok)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15397 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_ltac.ml4')
| -rw-r--r-- | parsing/g_ltac.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_ltac.ml4 b/parsing/g_ltac.ml4 index 42d6354afe..437f0e78e5 100644 --- a/parsing/g_ltac.ml4 +++ b/parsing/g_ltac.ml4 @@ -12,6 +12,7 @@ open Tacexpr open Vernacexpr open Misctypes open Genredexpr +open Tok open Pcoq open Pcoq.Prim |
