From 46cfea45c4ec986e4cd3e8c4e0a25054841735eb Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 17 Jul 2011 12:35:42 +0200 Subject: [PATCH] Fix last change --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index ef1b1a812d..8b46f38269 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3010,7 +3010,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list) { char *p = read_buffer; int quoted = 0; - int start_position = readchar_count - 1; + EMACS_INT start_position = readchar_count - 1; { char *end = read_buffer + read_buffer_size; -- 2.20.1