Mercurial > emacs
changeset 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 | 46f958bf3348 |
children | aa0b21b54684 |
files | src/fontset.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'