From 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 8 Sep 2003 11:56:09 +0000 Subject: New directory --- src/coding.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/coding.c') 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) while (1) { - int c1, c2 = 0; + int c1, c2; src_base = src; ONE_MORE_BYTE (c1); @@ -3050,7 +3050,7 @@ decode_coding_sjis_big5 (coding, source, destination, coding->produced_char = 0; while (1) { - int c, charset, c1, c2 = 0; + int c, charset, c1, c2; src_base = src; ONE_MORE_BYTE (c1); @@ -7881,5 +7881,3 @@ emacs_strerror (error_number) #endif /* emacs */ -/* arch-tag: 3a3a2b01-5ff6-4071-9afe-f5b808d9229d - (do not change this comment) */ -- cgit v1.2.1