aboutsummaryrefslogtreecommitdiff
path: root/toplevel/toplevel.ml
diff options
context:
space:
mode:
authorcourtieu2012-11-15 13:04:22 +0000
committercourtieu2012-11-15 13:04:22 +0000
commit7538716866f102686bdc89ae02e63ef9adcc51e6 (patch)
tree42b7e4189fa291a9ed093eb7b2994e2e21f498bd /toplevel/toplevel.ml
parent86b4195557d08055da97d292325fcdee333acea8 (diff)
backtrack too much commited files in the last commit.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15975 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/toplevel.ml')
-rw-r--r--toplevel/toplevel.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/toplevel.ml b/toplevel/toplevel.ml
index 01cc8834bc..175a95165d 100644
--- a/toplevel/toplevel.ml
+++ b/toplevel/toplevel.ml
@@ -22,7 +22,7 @@ type input_buffer = {
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 start : in } (* stream count of the first char of the buffer *)
+ mutable start : int } (* stream count of the first char of the buffer *)
(* Double the size of the buffer. *)