From: Andreas Schwab Date: Sun, 17 Jul 2011 10:35:42 +0000 (+0200) Subject: Fix last change X-Git-Tag: emacs-pretest-24.0.90~104^2~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46cfea45c4ec986e4cd3e8c4e0a25054841735eb;p=emacs.git Fix last change --- diff --git a/src/lread.c b/src/lread.c index ef1b1a812d2..8b46f382694 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;