From 9e1965505e01d10557378538e22fee14af719142 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 30 Aug 1999 17:30:00 +0000 Subject: [PATCH] (encode_coding_big5): Delete bogus implementation in UTF2000. --- src/file-coding.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file-coding.c b/src/file-coding.c index 898d530..73e33a2 100644 --- a/src/file-coding.c +++ b/src/file-coding.c @@ -3241,6 +3241,7 @@ static void encode_coding_big5 (Lstream *encoding, CONST unsigned char *src, unsigned_char_dynarr *dst, unsigned int n) { +#ifndef UTF2000 unsigned char c; struct encoding_stream *str = ENCODING_STREAM_DATA (encoding); unsigned int flags = str->flags; @@ -3295,6 +3296,7 @@ encode_coding_big5 (Lstream *encoding, CONST unsigned char *src, str->flags = flags; str->ch = ch; +#endif } -- 1.7.10.4