From: tomo Date: Wed, 7 Jun 2000 09:29:07 +0000 (+0000) Subject: (redisplay_text_width_emchar_string): Use `Charset_ID' instead of X-Git-Tag: r21-2-34-tomo-Charset_ID~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=039a3e76f77bc7a69d53b5b1b979a201e8c0ed39;p=chise%2Fxemacs-chise.git- (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 95e171e..ad22495 100644 --- a/src/redisplay.c +++ b/src/redisplay.c @@ -480,7 +480,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); @@ -517,7 +517,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;