]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct font_info): Change the declaration o encoding
authorKenichi Handa <handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)
from `char' to `int'.

src/fontset.h

index b68938e3a7d764eed1de15cb07acfae7e21ad744..ac36f3484ded3ad6dce7f84fbaf252bc1ff37795 100644 (file)
@@ -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'