1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Fix last change

This commit is contained in:
Andreas Schwab 2011-07-17 12:35:42 +02:00
parent 0a6a104b85
commit 46cfea45c4

View file

@ -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;