1
Fork 0
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:
Kenichi Handa 2004-06-13 00:22:19 +00:00
parent 064cff0b3d
commit fd9c3a9780

View file

@ -827,6 +827,7 @@ while(0)
} \
else if (ccl->last_block) \
{ \
REG = -1; \
ic = eof_ic; \
goto ccl_repeat; \
} \