From 86b4195557d08055da97d292325fcdee333acea8 Mon Sep 17 00:00:00 2001 From: courtieu Date: Thu, 15 Nov 2012 13:03:16 +0000 Subject: Fixing emacs diff bug with .dir-locals.el. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15974 85f007b7-540e-0410-9357-904b9bb8a0f7 --- toplevel/toplevel.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toplevel') diff --git a/toplevel/toplevel.ml b/toplevel/toplevel.ml index 175a95165d..01cc8834bc 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 : int } (* stream count of the first char of the buffer *) + mutable start : in } (* stream count of the first char of the buffer *) (* Double the size of the buffer. *) -- cgit v1.2.3