aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
diff options
context:
space:
mode:
authorKenichi Handa2004-06-13 00:22:19 +0000
committerKenichi Handa2004-06-13 00:22:19 +0000
commitfd9c3a9780239aee926e835a1fa17c1124db0a84 (patch)
treec526b6d9bf05312020e8ce107c2ea9629bae01df /src/ccl.c
parent064cff0b3d73506b9134d3eb4b64281b4a725860 (diff)
downloademacs-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ccl.c b/src/ccl.c
index 69beb2141e5..5bff1f3a0ad 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -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 } \