mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(CCL_READ_CHAR): If hit EOF, set REG to -1.
This commit is contained in:
parent
064cff0b3d
commit
fd9c3a9780
1 changed files with 1 additions and 0 deletions
|
|
@ -827,6 +827,7 @@ while(0)
|
|||
} \
|
||||
else if (ccl->last_block) \
|
||||
{ \
|
||||
REG = -1; \
|
||||
ic = eof_ic; \
|
||||
goto ccl_repeat; \
|
||||
} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue