summaryrefslogtreecommitdiff
path: root/src/fontset.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-05-19 03:55:24 +0000
committerKenichi Handa <handa@m17n.org>1997-05-19 03:55:24 +0000
commitdc349fed661a9790b614d65af4059695fdc97bad (patch)
treee2b4a8b093b4f0c562d0c9c79ae6350dea68e770 /src/fontset.h
parent3ae30183041041b8be3550421e537aeb5c2fc999 (diff)
downloademacs-dc349fed661a9790b614d65af4059695fdc97bad.tar.gz
Change the declaration o encoding
from `int' to `unsigned char'.
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h
index ac36f3484de..10c8f6ef0be 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -71,7 +71,7 @@ struct font_info
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'