diff options
| author | Gerd Moellmann | 2001-10-30 16:38:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-30 16:38:10 +0000 |
| commit | f2c41cc0baf744f2cff662686cf5b05ba024ce65 (patch) | |
| tree | 0397c240e0e34c90570855ac2a4450cab78efffc /src/lread.c | |
| parent | b4a3be43850ed770a06b94d96c77b27346b828b9 (diff) | |
| download | emacs-f2c41cc0baf744f2cff662686cf5b05ba024ce65.tar.gz emacs-f2c41cc0baf744f2cff662686cf5b05ba024ce65.zip | |
(read1): Remove debugging code.
Diffstat (limited to 'src/lread.c')
| -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 */ |