diff src/fontset.h @ 17883:8173865f80ce

Change the declaration o encoding from `int' to `unsigned char'.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 1997 03:55:24 +0000
parents a0db136e6595
children 9b98ddd07fe5
line wrap: on
line diff
--- a/src/fontset.h	Mon May 19 03:33:50 1997 +0000
+++ b/src/fontset.h	Mon May 19 03:55:24 1997 +0000
@@ -71,7 +71,7 @@
      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'