From: tomo Date: Wed, 1 Sep 1999 17:01:35 +0000 (+0000) Subject: (redisplay_text_width_emchar_string): Use `Charset_ID' instead of X-Git-Tag: r21-2-19-utf-2000-0_5-0~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9a95be7822eeb8d19c04bbb8974654e3c736cb14;p=chise%2Fxemacs-chise.git.1 (redisplay_text_width_emchar_string): Use `Charset_ID' instead of `unsigned char'. (redisplay_frame_text_width_string): Likewise. --- diff --git a/src/redisplay.c b/src/redisplay.c index e2c0511..47a876a 100644 --- a/src/redisplay.c +++ b/src/redisplay.c @@ -486,7 +486,7 @@ static int redisplay_text_width_emchar_string (struct window *w, int findex, Emchar *str, Charcount len) { - unsigned char charsets[NUM_LEADING_BYTES]; + Charset_ID charsets[NUM_LEADING_BYTES]; Lisp_Object window; find_charsets_in_emchar_string (charsets, str, len); @@ -523,7 +523,7 @@ redisplay_frame_text_width_string (struct frame *f, Lisp_Object face, Bufbyte *nonreloc, Lisp_Object reloc, Bytecount offset, Bytecount len) { - unsigned char charsets[NUM_LEADING_BYTES]; + Charset_ID charsets[NUM_LEADING_BYTES]; Lisp_Object frame; struct face_cachel cachel;