(redisplay_text_width_emchar_string): Use `Charset_ID' instead of
authortomo <tomo>
Wed, 1 Sep 1999 17:01:35 +0000 (17:01 +0000)
committertomo <tomo>
Wed, 1 Sep 1999 17:01:35 +0000 (17:01 +0000)
`unsigned char'.
(redisplay_frame_text_width_string): Likewise.

src/redisplay.c

index e2c0511..47a876a 100644 (file)
@@ -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;