From: tomo Date: Wed, 1 Sep 1999 17:00:20 +0000 (+0000) Subject: (glyph_height_internal): Use `Charset_ID' instead of `unsigned char'. X-Git-Tag: r21-2-19-utf-2000-0_5-0~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c3155ea9d0e6be3ff47cfdf53e161aa14756d3ef;p=chise%2Fxemacs-chise.git- (glyph_height_internal): Use `Charset_ID' instead of `unsigned char'. --- diff --git a/src/glyphs.c b/src/glyphs.c index 0db3c08..b03fe24 100644 --- a/src/glyphs.c +++ b/src/glyphs.c @@ -3234,7 +3234,7 @@ glyph_height_internal (Lisp_Object glyph, Lisp_Object frame_face, { struct font_metric_info fm; Lisp_Object string = XIMAGE_INSTANCE_TEXT_STRING (instance); - unsigned char charsets[NUM_LEADING_BYTES]; + Charset_ID charsets[NUM_LEADING_BYTES]; struct face_cachel frame_cachel; struct face_cachel *cachel;