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

src/fontset.h

index ac36f3484ded3ad6dce7f84fbaf252bc1ff37795..10c8f6ef0be1e83263cc105908f94d445e4c3d4a 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.  */
-  int encoding[MAX_CHARSET + 1];
+  unsigned char 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'