From: tomo Date: Wed, 7 Jun 2000 09:19:32 +0000 (+0000) Subject: (non_ascii_set_charptr_emchar): Use `Charset_ID' instead of `Bufbyte'. X-Git-Tag: r21-2-34-tomo-Charset_ID~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b6726ef53d291d36621f2b89d84ee81f4e9651c6;p=chise%2Fxemacs-chise.git- (non_ascii_set_charptr_emchar): Use `Charset_ID' instead of `Bufbyte'. (make_charset): Use `Charset_ID' instead of `int'. (get_unallocated_leading_byte): Likewise. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index d79acab..5443f95 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -193,7 +193,7 @@ Bytecount non_ascii_set_charptr_emchar (Bufbyte *str, Emchar c) { Bufbyte *p; - Bufbyte lb; + Charset_ID lb; int c1, c2; Lisp_Object charset; @@ -467,7 +467,7 @@ DEFINE_LRECORD_IMPLEMENTATION ("charset", charset, /* Make a new charset. */ static Lisp_Object -make_charset (int id, Lisp_Object name, unsigned char rep_bytes, +make_charset (Charset_ID id, Lisp_Object name, unsigned char rep_bytes, unsigned char type, unsigned char columns, unsigned char graphic, Bufbyte final, unsigned char direction, Lisp_Object short_name, Lisp_Object long_name, Lisp_Object doc, @@ -522,7 +522,7 @@ make_charset (int id, Lisp_Object name, unsigned char rep_bytes, static int get_unallocated_leading_byte (int dimension) { - int lb; + Charset_ID lb; if (dimension == 1) {