aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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)
3010 { 3010 {
3011 char *p = read_buffer; 3011 char *p = read_buffer;
3012 int quoted = 0; 3012 int quoted = 0;
3013 int start_position = readchar_count - 1; 3013 EMACS_INT start_position = readchar_count - 1;
3014 3014
3015 { 3015 {
3016 char *end = read_buffer + read_buffer_size; 3016 char *end = read_buffer + read_buffer_size;