aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/toplevel.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/toplevel.mli')
-rw-r--r--toplevel/toplevel.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/toplevel.mli b/toplevel/toplevel.mli
index 77f2ce89d..fbde39707 100644
--- a/toplevel/toplevel.mli
+++ b/toplevel/toplevel.mli
@@ -23,7 +23,7 @@ type input_buffer = {
mutable str : string; (* buffer of already read characters *)
mutable len : int; (* number of chars in the buffer *)
mutable bols : int list; (* offsets in str of begining of lines *)
- mutable tokens : Gram.parsable; (* stream of tokens *)
+ mutable tokens : Pcoq.Gram.parsable; (* stream of tokens *)
mutable start : int } (* stream count of the first char of the buffer *)
(* The input buffer of stdin. *)