From d987e6cbf7c9217fbe3b599a0425fd2d227a77b7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 19 May 1997 03:55:24 +0000 Subject: [PATCH] Change the declaration o encoding from `int' to `unsigned char'. --- src/fontset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.2