diff options
| author | ppedrot | 2013-11-10 22:00:23 +0000 |
|---|---|---|
| committer | ppedrot | 2013-11-10 22:00:23 +0000 |
| commit | bf33614eef6c26c169ab9dae9fd2f3713d19d23f (patch) | |
| tree | 177d28a9dc0be4b918f0b2732bcc3adb0db197e9 /toplevel | |
| parent | 6544bd19001a18aea49c30e94a09649f2dcc61e4 (diff) | |
Centralizing the Ltac-defining functions in Tacenv.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17080 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index 48961fa9df..d5e6ff1907 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -869,7 +869,7 @@ let vernac_restore_state file = let vernac_declare_tactic_definition locality (x,def) = let local = make_module_locality locality in - Tacintern.add_tacdef local x def + Tacenv.register_ltac local x def let vernac_create_hintdb locality id b = let local = make_module_locality locality in |
