diff options
| author | Kenichi Handa | 1997-05-19 03:33:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-05-19 03:33:50 +0000 |
| commit | e7cc8b5404d489c47feed7262ddff0c7f572d5ad (patch) | |
| tree | 0bd21c5eb0a9e008d7ade546de0d7725c3b0ffd5 /src | |
| parent | 028d516b9c755bef5d7330bf4bdbd8f3aa75b664 (diff) | |
| download | emacs-e7cc8b5404d489c47feed7262ddff0c7f572d5ad.tar.gz emacs-e7cc8b5404d489c47feed7262ddff0c7f572d5ad.zip | |
(struct font_info): Change the declaration o encoding
from `char' to `int'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index b68938e3a7d..ac36f3484de 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -71,7 +71,7 @@ struct font_info | |||
| 71 | whose default value is defined in lisp/fontset.el. Since there's | 71 | whose default value is defined in lisp/fontset.el. Since there's |
| 72 | no charset whose id is 1, we use encoding[1] to store the | 72 | no charset whose id is 1, we use encoding[1] to store the |
| 73 | encoding information decided by the font itself. */ | 73 | encoding information decided by the font itself. */ |
| 74 | char encoding[MAX_CHARSET + 1]; | 74 | int encoding[MAX_CHARSET + 1]; |
| 75 | 75 | ||
| 76 | /* The baseline position of a font is normally `ascent' value of the | 76 | /* The baseline position of a font is normally `ascent' value of the |
| 77 | font. However, there exists many fonts which don't set `ascent' | 77 | font. However, there exists many fonts which don't set `ascent' |