diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c index 072de3a98ec..93fe9a9672f 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -2239,9 +2239,6 @@ read1 (readcharfun, pch, first_in_list) | |||
| 2239 | if (c < 0) | 2239 | if (c < 0) |
| 2240 | end_of_file_error (); | 2240 | end_of_file_error (); |
| 2241 | 2241 | ||
| 2242 | if (p - read_buffer == 24183) | ||
| 2243 | fprintf (stderr, "hello\n"); | ||
| 2244 | |||
| 2245 | /* If purifying, and string starts with \ newline, | 2242 | /* If purifying, and string starts with \ newline, |
| 2246 | return zero instead. This is for doc strings | 2243 | return zero instead. This is for doc strings |
| 2247 | that we are really going to find in etc/DOC.nn.nn */ | 2244 | that we are really going to find in etc/DOC.nn.nn */ |