aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcourtieu2012-11-15 13:04:22 +0000
committercourtieu2012-11-15 13:04:22 +0000
commit7538716866f102686bdc89ae02e63ef9adcc51e6 (patch)
tree42b7e4189fa291a9ed093eb7b2994e2e21f498bd
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
-rw-r--r--parsing/egramcoq.ml2
-rw-r--r--toplevel/toplevel.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/parsing/egramcoq.ml b/parsing/egramcoq.ml
index 0dc83c4c08..dd32c99ba7 100644
--- a/parsing/egramcoq.ml
+++ b/parsing/egramcoq.ml
@@ -19,7 +19,7 @@ open Tacexpr
open Names
open Egramml
- (**************************************************************************)
+(**************************************************************************)
(*
* --- Note on the mapping of grammar productions to camlp4 actions ---
*
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. *)