aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index c336c6db6e1..854aaa784ad 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3913,6 +3913,8 @@ read_stack_reset (intmax_t sp)
3913 3913
3914#define READ_AND_BUFFER(c) \ 3914#define READ_AND_BUFFER(c) \
3915 c = READCHAR; \ 3915 c = READCHAR; \
3916 if (c < 0) \
3917 INVALID_SYNTAX_WITH_BUFFER (); \
3916 if (multibyte) \ 3918 if (multibyte) \
3917 p += CHAR_STRING (c, (unsigned char *) p); \ 3919 p += CHAR_STRING (c, (unsigned char *) p); \
3918 else \ 3920 else \