diff options
| author | Kenichi Handa | 2004-06-13 00:22:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-06-13 00:22:19 +0000 |
| commit | fd9c3a9780239aee926e835a1fa17c1124db0a84 (patch) | |
| tree | c526b6d9bf05312020e8ce107c2ea9629bae01df /src/ccl.c | |
| parent | 064cff0b3d73506b9134d3eb4b64281b4a725860 (diff) | |
| download | emacs-fd9c3a9780239aee926e835a1fa17c1124db0a84.tar.gz emacs-fd9c3a9780239aee926e835a1fa17c1124db0a84.zip | |
(CCL_READ_CHAR): If hit EOF, set REG to -1.
Diffstat (limited to 'src/ccl.c')
| -rw-r--r-- | src/ccl.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -827,6 +827,7 @@ while(0) | |||
| 827 | } \ | 827 | } \ |
| 828 | else if (ccl->last_block) \ | 828 | else if (ccl->last_block) \ |
| 829 | { \ | 829 | { \ |
| 830 | REG = -1; \ | ||
| 830 | ic = eof_ic; \ | 831 | ic = eof_ic; \ |
| 831 | goto ccl_repeat; \ | 832 | goto ccl_repeat; \ |
| 832 | } \ | 833 | } \ |