aboutsummaryrefslogtreecommitdiff
path: root/parsing/pcoq.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-07-06 07:36:37 +0200
committerPierre-Marie Pédrot2018-07-06 07:36:37 +0200
commit26643cdd013f5df2bcae099852932ac09e93f8fb (patch)
treecbebe1e80e4fabfcc7258016fe8b46ec8f0e8f26 /parsing/pcoq.ml
parent886ed2ee99e9ab9f0fc9aabac06a555d3beba19c (diff)
Fix compilation of Coq with camlp5 master branch.
There was a conflict in the name of an exported function. A good argument in favour of PR #7898.
Diffstat (limited to 'parsing/pcoq.ml')
-rw-r--r--parsing/pcoq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml
index 171276a700..997ea78e6d 100644
--- a/parsing/pcoq.ml
+++ b/parsing/pcoq.ml
@@ -336,7 +336,7 @@ module Gram =
I'm not entirely sure it makes sense, but at least it would be more correct.
*)
G.delete_rule e pil
- let safe_extend e ext = grammar_extend e None ext
+ let gram_extend e ext = grammar_extend e None ext
end
(** Remove extensions