From: tomo Date: Mon, 30 Aug 1999 17:30:00 +0000 (+0000) Subject: (encode_coding_big5): Delete bogus implementation in UTF2000. X-Git-Tag: r21-2-19-utf-2000-0_5-0~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e1965505e01d10557378538e22fee14af719142;hp=5768b212c1907a8e94f297321839175df4cdf37d;p=chise%2Fxemacs-chise.git (encode_coding_big5): Delete bogus implementation in UTF2000. --- 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 }