aboutsummaryrefslogtreecommitdiff
path: root/printing/proof_diffs.ml
diff options
context:
space:
mode:
authorEnrico Tassi2018-11-21 17:13:12 +0100
committerEnrico Tassi2018-11-21 17:13:12 +0100
commitabcc20d6a3aebee36160cd17b1f80c56f39876f3 (patch)
tree8c4da66c6a8e3ce515344db3752527cdff6ab2e0 /printing/proof_diffs.ml
parentd6a53754602dd606644f90b3b6fb8fc82db6d373 (diff)
parent002a974b66bc5b8524c8c045d6b9ec4f57aa7734 (diff)
Merge PR #8985: [gramlib] [build] Switch make-based system to packed gramlib
Diffstat (limited to 'printing/proof_diffs.ml')
-rw-r--r--printing/proof_diffs.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/proof_diffs.ml b/printing/proof_diffs.ml
index 0b630b39b5..a2d7c715bc 100644
--- a/printing/proof_diffs.ml
+++ b/printing/proof_diffs.ml
@@ -88,7 +88,7 @@ let tokenize_string s =
let st = CLexer.get_lexer_state () in
try
let istr = Stream.of_string s in
- let lex = CLexer.lexer.Plexing.tok_func istr in
+ let lex = CLexer.lexer.Gramlib.Plexing.tok_func istr in
let toks = stream_tok [] (fst lex) in
CLexer.set_lexer_state st;
toks