aboutsummaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-12-16 14:33:43 +0100
committerPierre-Marie Pédrot2014-12-16 14:38:51 +0100
commitf88cce2698da000ab9054da31330db70997a41a4 (patch)
tree8bc74094c06411792ff1431c4ce73c77ec94bb2f /grammar
parent5ba84979df97996cd04f44e506742bb58ecf0465 (diff)
Fixing CAMLP4 compilation.
Diffstat (limited to 'grammar')
-rw-r--r--grammar/tacextend.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/tacextend.ml4 b/grammar/tacextend.ml4
index 25ce4cdafe..1d5bf25833 100644
--- a/grammar/tacextend.ml4
+++ b/grammar/tacextend.ml4
@@ -204,7 +204,7 @@ let declare_tactic loc s c cl = match cl with
let name = <:expr< Names.Id.of_string $name$ >> in
declare_str_items loc
[ <:str_item< do {
- let obj () = Tacenv.register_ltac ~{for_ml=True} False $name$ $body$ in
+ let obj () = Tacenv.register_ltac True False $name$ $body$ in
try do {
Tacenv.register_ml_tactic $se$ $tac$;
Mltop.declare_cache_obj obj $plugin_name$; }