# HG changeset patch # User Kenichi Handa # Date 864012830 0 # Node ID a0db136e65959435d5408bc1752ddba5c484b249 # Parent 06f58d8a59ba87d464c9c1ad2ed0c566b9e05ebe (struct font_info): Change the declaration o encoding from `char' to `int'. diff -r 06f58d8a59ba -r a0db136e6595 src/fontset.h --- a/src/fontset.h Mon May 19 03:33:50 1997 +0000 +++ b/src/fontset.h Mon May 19 03:33:50 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. */ - 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'