diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/coding.c | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c index 6d36cc397c6..b06bf79a4bf 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1823,7 +1823,7 @@ decode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes) | |||
| 1823 | 1823 | ||
| 1824 | while (1) | 1824 | while (1) |
| 1825 | { | 1825 | { |
| 1826 | int c1, c2 = 0; | 1826 | int c1, c2; |
| 1827 | 1827 | ||
| 1828 | src_base = src; | 1828 | src_base = src; |
| 1829 | ONE_MORE_BYTE (c1); | 1829 | ONE_MORE_BYTE (c1); |
| @@ -3050,7 +3050,7 @@ decode_coding_sjis_big5 (coding, source, destination, | |||
| 3050 | coding->produced_char = 0; | 3050 | coding->produced_char = 0; |
| 3051 | while (1) | 3051 | while (1) |
| 3052 | { | 3052 | { |
| 3053 | int c, charset, c1, c2 = 0; | 3053 | int c, charset, c1, c2; |
| 3054 | 3054 | ||
| 3055 | src_base = src; | 3055 | src_base = src; |
| 3056 | ONE_MORE_BYTE (c1); | 3056 | ONE_MORE_BYTE (c1); |
| @@ -7881,5 +7881,3 @@ emacs_strerror (error_number) | |||
| 7881 | 7881 | ||
| 7882 | #endif /* emacs */ | 7882 | #endif /* emacs */ |
| 7883 | 7883 | ||
| 7884 | /* arch-tag: 3a3a2b01-5ff6-4071-9afe-f5b808d9229d | ||
| 7885 | (do not change this comment) */ | ||