From: Kenichi Handa Date: Mon, 19 May 1997 03:33:50 +0000 (+0000) Subject: (struct font_info): Change the declaration o encoding X-Git-Tag: emacs-20.1~2064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7cc8b5404d489c47feed7262ddff0c7f572d5ad;p=emacs.git (struct font_info): Change the declaration o encoding from `char' to `int'. --- diff --git a/src/fontset.h b/src/fontset.h index b68938e3a7d..ac36f3484de 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -71,7 +71,7 @@ struct font_info whose default value is defined in lisp/fontset.el. Since there's no charset whose id is 1, we use encoding[1] to store the encoding information decided by the font itself. */ - char encoding[MAX_CHARSET + 1]; + int encoding[MAX_CHARSET + 1]; /* The baseline position of a font is normally `ascent' value of the font. However, there exists many fonts which don't set `ascent'