From: tomo Date: Wed, 1 Sep 1999 17:12:40 +0000 (+0000) Subject: (Fdecode_big5_char): Use `Charset_ID' instead of `int'. X-Git-Tag: r21-2-19-utf-2000-0_5-0~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b5e90f5ae938f99327167c5846730cdbfd2e53ff;p=chise%2Fxemacs-chise.git (Fdecode_big5_char): Use `Charset_ID' instead of `int'. (decode_coding_iso2022): Likewise. --- diff --git a/src/file-coding.c b/src/file-coding.c index 73e33a2..adfc45f 100644 --- a/src/file-coding.c +++ b/src/file-coding.c @@ -3317,7 +3317,7 @@ Return the corresponding character. if (BYTE_BIG5_TWO_BYTE_1_P (b1) && BYTE_BIG5_TWO_BYTE_2_P (b2)) { - int leading_byte; + Charset_ID leading_byte; Lisp_Object charset; DECODE_BIG5 (b1, b2, leading_byte, c1, c2); charset = CHARSET_BY_LEADING_BYTE (leading_byte); @@ -4961,7 +4961,7 @@ decode_coding_iso2022 (Lstream *decoding, CONST unsigned char *src, { /* Graphic characters */ Lisp_Object charset; #ifndef UTF2000 - int lb; + Charset_ID lb; #endif int reg;