diff options
| author | Pierre-Marie Pédrot | 2016-10-06 16:59:27 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-02-17 11:52:38 +0100 |
| commit | 653de32139ecee3114779a5ee2961c58793889e5 (patch) | |
| tree | 5afe95bfaa5af025f92e9aea27147862487c0fb0 /dev | |
| parent | bcb634d070519d6e37d9b7d39f12437a7d38f0c2 (diff) | |
Ltac as a plugin.
This commit is essentially moving files around. In particular, the corresponding
plugin still relies on a mllib file rather than a mlpack one. Otherwise, this
causes link-time issues for third-party plugins depending on modules defined
in the Ltac plugin.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ocamldebug-coq.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-coq.run b/dev/ocamldebug-coq.run index 46caca8d6f..23ad1fc017 100644 --- a/dev/ocamldebug-coq.run +++ b/dev/ocamldebug-coq.run @@ -32,6 +32,6 @@ exec $OCAMLDEBUG \ -I $COQTOP/plugins/ring -I $COQTOP/plugins/romega \ -I $COQTOP/plugins/rtauto -I $COQTOP/plugins/setoid_ring \ -I $COQTOP/plugins/subtac -I $COQTOP/plugins/syntax \ - -I $COQTOP/plugins/xml \ + -I $COQTOP/plugins/xml -I $COQTOP/plugins/ltac \ -I $COQTOP/ide \ "$@" |
