diff options
| author | Enrico Tassi | 2018-11-21 17:13:12 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2018-11-21 17:13:12 +0100 |
| commit | abcc20d6a3aebee36160cd17b1f80c56f39876f3 (patch) | |
| tree | 8c4da66c6a8e3ce515344db3752527cdff6ab2e0 /printing | |
| parent | d6a53754602dd606644f90b3b6fb8fc82db6d373 (diff) | |
| parent | 002a974b66bc5b8524c8c045d6b9ec4f57aa7734 (diff) | |
Merge PR #8985: [gramlib] [build] Switch make-based system to packed gramlib
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/dune | 1 | ||||
| -rw-r--r-- | printing/proof_diffs.ml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/printing/dune b/printing/dune index 837ac48009..3392342165 100644 --- a/printing/dune +++ b/printing/dune @@ -2,6 +2,5 @@ (name printing) (synopsis "Coq's Term Pretty Printing Library") (public_name coq.printing) - (flags :standard -open Gramlib) (wrapped false) (libraries parsing proofs)) 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 |
