aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pcoq.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-07 13:54:19 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-07 13:54:19 +0200
commitfe371675fc85d712f5124d73157bd833e8fa14a6 (patch)
tree016f5957e12443578c2806b619fc7a22bcf31518 /parsing/pcoq.ml
parent49a587ec6e6a792bb246dffe16b6fe70bc47897e (diff)
parent26643cdd013f5df2bcae099852932ac09e93f8fb (diff)
Merge PR #8005: Fix compilation of Coq with camlp5 master branch.
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 171276a70..997ea78e6 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