projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5768b21
)
(encode_coding_big5): Delete bogus implementation in UTF2000.
author
tomo
<tomo>
Mon, 30 Aug 1999 17:30:00 +0000
(17:30 +0000)
committer
tomo
<tomo>
Mon, 30 Aug 1999 17:30:00 +0000
(17:30 +0000)
src/file-coding.c
patch
|
blob
|
history
diff --git
a/src/file-coding.c
b/src/file-coding.c
index
898d530
..
73e33a2
100644
(file)
--- 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
}