diff options
| author | Pierre-Marie Pédrot | 2016-05-31 13:33:01 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-05-31 13:33:01 +0200 |
| commit | 27dffdea5b46f6282c1584db0555213e744352fa (patch) | |
| tree | 3f89cd9e8828f1ca1c8a1c10d74f020dcb7543f1 /toplevel/coqloop.ml | |
| parent | cb31cd671a0ef4da0cf834dad5b67776098bb0d1 (diff) | |
Revert "Rename Lexer -> CLexer."
This reverts commit a66b57ba4bba866bb626bde2b6fe3b762347eb3e.
Diffstat (limited to 'toplevel/coqloop.ml')
| -rw-r--r-- | toplevel/coqloop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqloop.ml b/toplevel/coqloop.ml index 040c339249..063ed89643 100644 --- a/toplevel/coqloop.ml +++ b/toplevel/coqloop.ml @@ -288,7 +288,7 @@ let rec discard_to_dot () = try Gram.entry_parse parse_to_dot top_buffer.tokens with - | Compat.Token.Error _ | CLexer.Error.E _ -> discard_to_dot () + | Compat.Token.Error _ | Lexer.Error.E _ -> discard_to_dot () | End_of_input -> raise End_of_input | e when Errors.noncritical e -> () |
