# HG changeset patch # User Kenichi Handa # Date 864014124 0 # Node ID 8173865f80cea25fb484e009ece0166b20c2657a # Parent 46f958bf334841c82f82b2ba3fc6a3adadddb277 Change the declaration o encoding from `int' to `unsigned char'. diff -r 46f958bf3348 -r 8173865f80ce src/fontset.h --- 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'