(readchar): Use readchar_backlog again
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 18:30:00 +0000 (18:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 18:30:00 +0000 (18:30 +0000)
commit00a9a93524237a78dd6996614cc3c7140cae6f30
tree1b8f8765a7ecbb04d3b25b8784dce33db6f00dd8
parent26174ef4fe149cc46484a7d985b5df7531fe3435
(readchar): Use readchar_backlog again
to read a character byte by byte, if its byte sequence
does not really match the character code.
(unreadchar): Handle readchar_backlog.
(readevalloop, Fread): Initialize readchar_backlog to -1.
src/lread.c